{{ auth()->user()->tenant_name }} - Today's Present Report
{{-- --}}
{{-- --}} @forelse ($data as $value) {{-- --}} @empty @endforelse
Sr No Emp Code Emp Name Designation DepartmentContractor NameDate In Time Out Time
{{ $loop->iteration }} {{ $value->user?->emp_code }} {{ $value->user?->name }} {{ $value->user?->designation?->name }} {{ $value->user?->department?->name }}{{ $value->user->contractor?->name }}{{ Carbon\Carbon::parse($value->punch_date)->format('Y-m-d') }} {{ $value->check_in ?? '-' }} {{ $value->check_out ?? '-' }}
{{-- Get month wise date --}}