{{ \Carbon\Carbon::parse($date)->locale(app()->getLocale())->isoFormat('dddd, DD MMMM YYYY') }}
| {{ __('form.Employees-ID') }} | {{ $employee->code }} |
| {{ __('form.Employees') }} |
|
| Shift | @if($schedule && $schedule->shift) {{ $schedule->shift->name }} ({{ $schedule->shift->schedule_in }} - {{ $schedule->shift->schedule_out }}) @else - @endif |
| {{ __('table.Date') }} | {{ \Carbon\Carbon::parse($date)->format('d/m/Y') }} |
{{ __('form.Presences-D') }}
@else| {{ __('form.Type') }} | {{ __('form.Time') }} | {{ __('form.Location') }} | {{ __('form.Notes') }} | {{ __('form.Photo') }} | {{ __('form.Action') }} | |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $att->inout === 'In' ? __('form.In') : __('form.Out') }} | {{ \Carbon\Carbon::parse($att->clock)->format('H:i:s') }} | @if($att->latitude && $att->longitude) {{ number_format($att->latitude, 6) }}, {{ number_format($att->longitude, 6) }} @else - @endif | {{ $att->notes ?? '-' }} | @if($att->photo) @else - @endif |
Apakah Anda yakin ingin menghapus data absensi ini?