@extends('layouts.app') @section('title', 'Overtime Approvals') @section('content')
| Staff | Date | Minutes | Type | Reason | Status | |
|---|---|---|---|---|---|---|
| {{ $l->user->name }} | {{ $l->ot_date->format('d M Y') }} | {{ $l->ot_minutes }} | {{ ucfirst(str_replace('_',' ',$l->ot_type)) }} | {{ $l->reason }} | {{ ucfirst($l->status) }} | @if ($l->status === 'pending') @endif |