@extends('layouts.app') @section('title', $timesheet->reference) @section('page-title','Timesheets') @section('content')
{{-- Rejection banner --}} @if($timesheet->status === 'rejected' && $timesheet->rejection_notes)Review the daily entries above. If everything is satisfactory, approve the timesheet. If anything needs correction, reject it with clear feedback so the employee can revise.