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