@php $data = []; $data['title'] = "Manage Notification"; @endphp @include('backend.components.header_link', $data)
@include('backend.components.menu')
@include('backend.components.navbar', $data)
@foreach($notices as $index => $notice) @endforeach
Sr. No. Notice Title File Link Actions
{{ $index + 1 }} {{ $notice->title }} @if($notice->file) Download @else No File @endif @if($notice->link) Open @else No Link @endif
@csrf @method('DELETE')
Edit Notification
@csrf @method('PUT')
@include('backend.components.footer')
@include('backend.components.footer_link')