| ID
|
Type |
Code |
Status |
Actions |
@forelse ($commons as $index => $common)
|
{{ $commons->firstItem() + $index }}
|
{{ $common->type }}
|
{{ $common->code }}
|
{{ ucfirst($common->status) }}
|
@if ($common->status !== 'deleted' && $common->is_system !== 1)
@endif
|
@empty
No common data Found
|
@endforelse
@include('components.pagination', ['paginator' => $commons])