Announcement List
@if(Auth::user()->email == 'sdhar@atlassoftweb.com')
Add Announcement
@endif
Edit Announcement
Are you sure you want to delete this Announcement ?
Announcement Title
Sr.No. | Announcements | Posted on | @if(Auth::user()->email == 'sdhar@atlassoftweb.com')Action | @endif
---|---|---|---|
{{$i}}
|
@break
@endfor
@php $title = $announcements->title; if(strlen($title) >= 30 ){ $break = substr($announcements->title, 0,30); echo $break."......"; }else{ echo $title; } @endphp | {{$announcements->date}} | @if(Auth::user()->email == 'sdhar@atlassoftweb.com')@endif |