@include('components.crudalerts')
| Sr # |
Code |
Year No |
Description |
Status |
Action |
@foreach ($year as $item)
|
{{ $loop->iteration }}
|
{{ $item->Code }}
|
{{ $item->YearNo }}
|
{{ $item->Description ?? 'N/A' }}
|
@if ($item->Status === App\Enums\RecordStatusEnum::Active)
Active
@else
InActive
@endif
|
Are you sure you want to delete?
|
@endforeach
@endsection
@section('script')
@endsection