@extends('layouts.admin') @section('title', $moduleTitle) @section('content')
No records found
{{ request()->hasAny(['q', 'status', ...array_keys($filters)]) ? 'Try clearing the filters above.' : 'Create the first one to get started.' }}
| {{ $column['label'] }} | @endforeachActions |
|---|---|
| @include('admin.crud.cell', ['record' => $record, 'key' => $key, 'column' => $column]) | @endforeach