{!! Str::limit(ucwords($result->name), 20, '...') !!} |
{{ $result->type }} |
{{ $result->emr }} |
{{ $result->user?->name }} |
{!! strtotime($result->created_at) !!}
{!! date(ADMIN_TIMESTAMP_FORMAT, strtotime($result->created_at)) !!}
|
{{-- --}}
@can('facility.edit')
@endcan
@can('facility.view_users')
@endcan
{{-- --}}
{{-- --}}
|
@endforeach