@extends('layouts.master', ['title' => 'Upcoming Work Anniversary']) @section('style') @endsection @section('contents')

UPCOMING 40 DAYS WORK ANNIVERSARY LIST

@if (session()->has('error'))
@endif
@forelse ($employees as $employee) @empty @endforelse
S.No. EMP Code Work Order Name Email Date of Joining Year Completed Image Action
{{ $loop->iteration }} {{ $employee->emp_code }} {{ $employee->emp_work_order }} {{ $employee->emp_name }} {{ $employee->emp_email_first }} {{ date('jS F, Y', strtotime($employee->emp_doj)) }} @php $dateOfJoining = $employee->emp_doj; $today = date("Y-m-d"); $diff = date_diff(date_create($dateOfJoining), date_create($comingdate)); echo $diff->format('%y'); @endphp no-photo {{-- --}}
No data found.
{{ $employees->links() }}
@endsection {{-- Modal --}} @section('modal') @endsection @section('script') @endsection