@extends('layouts.master', ['title' => 'Upcoming Marriage Anniversary']) @section('contents')
{{-- Heading --}}

UPCOMING 15 DAYS MARRIAGE ANNIVERSARY LIST

{{-- Filters --}}
{{-- Show errors --}} @if (session()->has('error'))
@endif {{-- Table --}}
@forelse ($employees as $employee) @empty @endforelse
S.No. EMP Code Work Order Name Email Date of Marriage Image Action
{{ $loop->iteration }} {{ $employee->emp_code }} {{ $employee->emp_work_order }} {{ $employee->emp_name }} {{ $employee->emp_email_first }} {{ date('jS F, Y', strtotime($employee->getPersonalDetail->emp_dom)) }} no-photo {{-- --}}
No data found.
{{-- Pagination --}}
{{ $employees->links() }}
@endsection {{-- Modal --}} @section('modal') @endsection @section('script') @endsection