@extends('admin.layouts.app') @section('content')
Check In | Check Out | Over Time Hours | On Call Hours |
---|---|---|---|
{{ adminFormatDateTime($log->check_in_date, 'date').' '.adminFormatDateTime($log->check_in_time, 'time') }} | {{ adminFormatDateTime($log->check_out_date, 'date').' '.adminFormatDateTime($log->check_out_time, 'time') }} | {{ $log->over_time_hours }} | {{ $log->on_call_hours }} |
No Log Available |
Date | Type | Amount | Desciption | Attachments |
---|---|---|---|---|
{{ adminFormatDateTime($expense->date, 'date') }} | {{ $expense->type->name }} | {{ $expense->amount }} | {{ Str::limit($expense->description, 5, '...') }} |
@foreach ($expense->attachments as $attachment)
Download Attachment @endforeach |
No Expense Available |