@extends('layouts.admin')
@section('title', 'Leave Applications')
@section('content')
| Employee | Leave Type | From | To | Days | Status | |
|---|---|---|---|---|---|---|
| {{ $a->full_name }} | {{ $a->leave_type_name }} | {{ \Carbon\Carbon::parse($a->start_date)->format('M j, Y') }} | {{ \Carbon\Carbon::parse($a->end_date)->format('M j, Y') }} | {{ $a->days }} | View | |
| No applications | ||||||