Announcement Management

{{csrf_field()}}
@php $date = date("Y"); @endphp
@if(Session::get('month') != null || Session::get('year') != null)
@endif
@php $i=0; @endphp @foreach($announcement as $announcements) @php $i = $i+1; @endphp @endforeach
Sr.No. Announcements Announcement Date Action
{{$i}}
@php $title = $announcements->title; if(strlen($title) >= 30 ){ $break = substr($announcements->title, 0,30); echo $break."......"; }else{ echo $title; } @endphp @php $date = date("d-m-Y",strtotime($announcements->date)); @endphp {{$date}}