@extends('payroll.employee_frontend.layouts.employee') @section('content') Urgent Notice # Image Message Publish Date @foreach ($notices as $key => $notification) {{ $key + 1 }} @if ($notification->image == null) Not Found @else @endif {!! $notification->message !!} @if ($notification->schedule_start_time) {{ date('d-m-Y, h:i A', strtotime($notification->schedule_start_time)) }} @endif @endforeach {!! $notices->links() !!} @endsection