@extends('payroll.employee_frontend.layouts.employee') @section('content')

Acknowledgement Notice

@foreach ($notices as $key => $notification) @endforeach
{!! $notices->links() !!}
# Image Message Publish Date Action
{{ $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
@include('payroll.employee_frontend.notification.acknowledgement_modal')
@endsection @section('script') @endsection