@vite(['resources/sass/app.scss', 'resources/js/app.js'])
{{-- navbar--}}
@include('navbar')
All Notices
@foreach($notices as $notice)
{{$notice->created_at->format('d M Y')}}
{{$notice['title']}}
Download
@endforeach
@include('footer')