Employee Location Log Filter
Location Logs
| SN | {{ __('index.employee_name') }} | {{ __('index.date') }} | {{ __('index.location') }} | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $user->name }} | {{ \App\Helpers\AppHelper::formatDateForView($date) }} @if($logs->count() > 1) {{ $logs->count() }} Records @endif | ||||||||
|
||||||||||
|
{{ __('index.no_records_found') }} |
||||||||||