@extends('layouts.organization.app') @section('content')
Sort Attendence Report
@csrf
@csrf
@if(!empty($overall_employees)) @foreach($overall_employees as $row) @endforeach @endif
Sr No. Employee Name Office Name Department Name Out Time Shift Time Sort By Out Image Date
{{$loop->iteration}} {{$row->name}} {{$row->office_name}} {{$row->department_name}} {{$row->out_time}} {{$row->shift_time}} {{$row->latecome}} @if(!empty($row->out_image)) @else NA @endif {{date('d M, Y', strtotime($row->created_at))}}
@endsection('content')