|
|
{{ $closingStatement->title }}
|
{{ $closingStatement->author->full_name ?? 'N/A' }}
|
{{ $closingStatement->tenant->name ?? 'Master' }}
|
@if(!empty($closingStatement->evaluation_types))
@foreach($closingStatement->evaluation_types as $etId)
{{ $evaluation_types[$etId] ?? 'Unknown' }}
@endforeach
@else
—
@endif
|
{{ $closingStatement->sort_order }}
|
@if($permission['show'])
@endif
@if($permission['edit'])
@endif
@if($permission['destroy'])
@endif
|