SNO ↑ | DATE ↑ | IN TIME ↑ | OUT TIME ↑ | HOURS ↑ | SHIFT ↑ | ATT STATUS ↑ | LATE MINS ↑ | DED MINS ↑ |
---|---|---|---|---|---|---|---|---|
{{ (int)$index + 1 }} | {{ date('d-m-y', strtotime( $row['Edate'])) }} | @if($row['InTime'] === '01-01-1900') {{ '-' }} @else {{ date('h:i', strtotime ($row['InTime'])) }} @endif | @if ($row['OutTime'] === '01-01-1900') {{ '-' }} @else {{ date('h:i', strtotime ($row["OutTime"])) }} @endif | @if($row['ShiftHrs'] === "") {{ "..." }} @else {{ $row['ShiftHrs'] }} @endif | {{ $row['Shift'] }} | {{ $row['Att_type'] }} | {{ $row['Late_Mins'] }} | {{ $row['Ded_mins'] }} |
Total entries: