@include ('layouts.header')
Confirmation Back
Team member List
@foreach($tm 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')