All Records for {{ ucfirst($model) }}
| S.No. | Name | Status | Actions | |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $type->name ?? 'N/A' }} | @php $active = isset($type->is_active) ? $type->is_active : (isset($type->status) ? $type->status : 0); @endphp {{ $active ? 'Active' : 'Inactive' }} | ||
| No records found for {{ ucfirst($model) }}. | ||||