My Leaves Annual Quota
@foreach($history as $leaveType)
@endforeach
{{ $leaveType->leave_type}}
{{ $leaveType->entitle - $leaveType->leave_taken}}/{{ $leaveType->entitle}} Remaining
My Leaves
| TYPE | RELIEVE | LEAVE DATE | LEAVE REASON | STATUS |
|---|---|---|---|---|
| {{ $leave->type }} | {{ $r_name }} | {{ date('d-m-Y', strtotime($leave->start_date)) }} | {{ $leave->reason }} | {{ $status }} |
{{ $leaves->links('pagination::bootstrap-4') }}