@extends('layouts.admin_fullwidth') @section('page-title', 'Employee Month Comparison') @section('page-subtitle', 'Month-wise and day-wise conveyance for a single employee') @section('content') @php use Carbon\Carbon; @endphp {{-- SIMPLE JS FOR EXPAND/COLLAPSE --}} @endsection