@if($selectable)
|
@if($isPostable)
@endif
|
@endif
{{ $dsar->institution->display_name ?? 'Unknown' }}
{{ $dsar->institution->type->display_name ?? 'N/A' }}
|
{{ $dsar->institution->dsarType->display_name ?? 'N/A' }} |
{{ $dsar->created_at->format('d M Y') }}
@if($dsar->posted_at)
Posted {{ $dsar->posted_at->format('d M Y') }}
@endif
|
{{ ucwords($status) }}
|
|
@endforeach