@forelse($entities as $val)
| {{ $val->record_type }} |
{{ $val->name }} |
{{ $val->created_at }} |
{{ $val->dr_status }} |
{{ $val->entity_type }} |
{{ $val->entity_name }} |
{{ $val->display_location ?? "--" }} |
{{ $val->display_importance }} |
{{ clientDateFormat($val->created_at, 'Y-m-d H:i') }} |
Act Now |
@empty
| No records found |
@endforelse