@extends('layouts.admin_fullwidth') @section('page-title', 'Employee Master – ' . ($currentMonthLabel ?? '')) @section('page-subtitle', 'Month-wise consolidated conveyance for all employees') @section('content') @php use Carbon\Carbon; use Carbon\CarbonPeriod; $headerPeriod = CarbonPeriod::create($monthStart, $monthEnd); $today = Carbon::today()->toDateString(); @endphp @endsection