{{ auth()->user()->institution?->name }}

{{ $config['plural'] }}

Add {{ $config['label'] }}
@include('admin.structure.partials.tabs') @if(session('status'))
{{ session('status') }}
@endif
Search
@foreach($config['columns'] as $column) @endforeach @forelse($records as $record) @foreach($config['columns'] as $column) @php($value = data_get($record, $column)) @endforeach @empty @endforelse
{{ str($column)->afterLast('.')->replace('_', ' ')->title() }} Actions
@if(is_bool($value)) $value, 'bg-gray-100 text-gray-600' => !$value])> {{ $value ? 'Yes' : 'No' }} @elseif($value instanceof \DateTimeInterface) {{ $value->format('d M Y') }} @else {{ $value ?? '—' }} @endif Edit
No {{ str($config['plural'])->lower() }} found.
{{ $records->links() }}