@extends("template.layouts.simple.master") @section('content')
Sno | Custom Date | Custom Time | Description | Entry Date | Entry Time | Mark Status | Status |
---|---|---|---|---|---|---|---|
{{$loop->iteration}}. | {{$custom_date}} | {{$d->custom_time}} | {{$d->description}} | {{$actual_date}} | {{$d->actual_time}} |
@if($d->mark_status == 1)
Mark-In
@else
Mark-Out
@endif
|
@if($d->approved_status == 1)
Approved
@elseif($d->approved_status == 2)
Rejected
@else
Pending
@endif
|