@extends('layouts.app') @section('title', 'Break Approvals') @section('content')
| Staff | Date | Type | Reason | Status | |
|---|---|---|---|---|---|
| {{ $r->user->name }} | {{ $r->break_date->format('d M Y') }} | {{ ucfirst($r->break_type) }} | {{ $r->reason }} | {{ ucfirst($r->status) }} | @if ($r->status === 'pending') @endif |