@extends('admin.layout.master') @section('title','Monthly Individual Punch') @section ('content')
{{$employee_name}}{{__('obs.attendance')}} {{__('obs.for')}} {{__('obs.the')}} {{__('obs.date')}} {{__('obs.of')}} ({{carbon()->parse($date_from)->format('d-m-Y')}} - {{carbon()->parse($date_to)->format('d-m-Y')}}) |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{__('obs.sl')}} {{__('obs.no')}} | {{__('obs.date')}} | {{__('obs.day')}} | {{__('obs.punch')}} {{__('obs.time')}} | {{__('obs.type')}} | {{__('obs.action')}} | |||||
| {{$i++}} | {{carbon()->parse($attendance->date_time)->format("d-m-Y")}} | {{date('l', $attendance->str_date_time)}} | {{date('h:i:s A',$attendance->str_date_time)}} {{-- {{date('h:i:s A',$attendance->str_date_time)}} --}} {{-- --}} | @if($attendance->type ==1 ) {{__('obs.auto')}} @else {{__('obs.manual')}} @endif @if (!empty($attendance->image)) View @endif {{-- | --}} | @if ($attendance->type == 2) @if(checkAuthPermission('payroll.data.delete')) @endif @endif | ||||