@extends('layouts.app') @section('title', '我的請假') @push('styles') @endpush @section('content')
| 假別 | 期間 | 天數 | 狀態 | 操作 |
|---|---|---|---|---|
| {{ $r->leaveType->name }} |
{{ $r->start_date->format('m/d') }}
@if($r->start_half)(下午)@endif
@if($r->start_date->ne($r->end_date))
— {{ $r->end_date->format('m/d') }}
@if($r->end_half)(上午)@endif
@endif
{{ Str::limit($r->reason, 30) }}
|
{{ $r->days }} | {{ $r->statusLabel() }} | 詳情 @if($r->status === 'pending') @endif |