@include('backend.components.navbar', $data)
| Sr. No. |
Notice Title |
File |
Link |
Actions |
@foreach($notices as $index => $notice)
| {{ $index + 1 }} |
{{ $notice->title }} |
@if($notice->file)
Download
@else
No File
@endif
|
@if($notice->link)
Open
@else
No Link
@endif
|
|
@endforeach
@include('backend.components.footer')