{!! $result->id !!} |
{!! Str::limit(ucwords($result->title), 20, '...') !!} |
{!! $result->type?->name !!} |
{!! strtoupper($result->status) !!}
|
{!! strtotime($result->created_at) !!}
{!! date(ADMIN_TIMESTAMP_FORMAT, strtotime($result->created_at)) !!}
|
{{-- --}}
@can('job.edit')
@endcan
@can('job.duplicate')
@endcan
@if (filled($result->applications))
@can('application.view')
@endcan
@endif
@can('job.delete')
@endcan
|
@endforeach