@extends('layouts.userapp') @section('content') @php use Carbon\Carbon; @endphp
|
{{ $userCheckins->first()->username }} @if($inCheckin) IN: {{ \Carbon\Carbon::parse($inCheckin->checkin_datetime)->format('g:i A') }} {{ $inCheckin->checkin_sublocality }}, {{ $inCheckin->checkin_locality }} @endif @if($outCheckin) OUT: {{ \Carbon\Carbon::parse($outCheckin->checkin_datetime)->format('g:i A') }} {{ $outCheckin->checkin_sublocality }}, {{ $outCheckin->checkin_locality }} @endif @if($inOTCheckin) IN (OT): {{ \Carbon\Carbon::parse($inOTCheckin->checkin_datetime)->format('g:i A') }} {{ $inOTCheckin->checkin_sublocality }}, {{ $inOTCheckin->checkin_locality }} @endif @if($outOTCheckin) OUT (OT): {{ \Carbon\Carbon::parse($outOTCheckin->checkin_datetime)->format('g:i A') }} {{ $outOTCheckin->checkin_sublocality }}, {{ $outOTCheckin->checkin_locality }} @endif |
| NO. | NAME |
|---|---|
| {{ ++$no }} | {{ $notcheckin->employee_first_name }} |
|
{{ $leave->username }} {{ $leave->leavetype_name }} : {{ $leave->total_days }} DAYS |