@include ('layouts.header')
Back @foreach($total as $sn=>$tot) @endforeach
SI No EmployeeCode EmployeeName Designation DateOfJoining
{{ $sn + 1 }} {{ $tot->EmployeeCode }} {{ $tot->EmployeeName }} {{ $tot->designation }} {{ \Carbon\Carbon::parse($tot->DateOfJoining)->format('d-M-Y') }}
@include('layouts.footer')