Loading...
{{-- --}} {{-- --}} @php $i = $punches->perPage() * ($punches->currentPage() -1 ); @endphp @foreach ($punches as $punch) {{-- --}} @endforeach
Sr No. Sr No. Emp Id Name Office Department DeviceCheck In Check Out Is Late Action
{{ ++$i }} {{ $punch->user?->emp_code }} {{ $punch->user?->name }} {{ $punch->user?->ward?->name }} {{ $punch->user?->department?->name }}{{ $punch->device->name }}{{ $punch->check_in }} {{ $punch->check_out }}
{{ $punches->links() }}