@extends('layouts.base') @section('title') All-Notices @endsection @section('content')

All Notices

HOME /  All Notices
@forelse($notices as $item) @empty @endforelse
S.No. Title Link / File Created At
{{ $loop->iteration }} {{ $item->title }} @if($item->type === 'link' && $item->link) 🔗 View Link @elseif($item->type === 'file' && $item->file) 📂 Download File @else N/A @endif {{ \Carbon\Carbon::parse($item->created_at)->format('d M Y, h:i A') }}
No notices found.
@endsection