| # | Image | Message | Publish Date | Action | @foreach ($notices as $key => $notification)
|---|---|---|---|---|
| {{ $key + 1 }} | @if ($notification->image == null) Not Found @else Document @endif | Please read the document and confirm your acknowledgement | @if ($notification->schedule_start_time) {{ date('d-m-Y, h:i A', strtotime($notification->schedule_start_time)) }} @endif | @if(!$notification->acknowlegement()->where('employee_id', active_user())->first()) @endif |