@extends('layouts.app') @section('title', 'Leave Request') @section('header', 'Leave Request') @section('subheader', $leaveRequest->employee?->full_name) @section('content')
Manager: {{ $leaveRequest->manager_comment }}
@endif @if ($leaveRequest->hr_comment)HR: {{ $leaveRequest->hr_comment }}
@endif{{ $leaveRequest->isPending() ? 'Approving forwards this to HR for final approval.' : 'Approving grants the leave and deducts the balance.' }}