@extends('layouts.app') @section('content') @php $user = Auth::user(); @endphp
@php $today = date('d-m-Y'); $today_minus_seven_day = date('d-m-Y', strtotime($today . ' -7 day')); @endphp
calendar_month
calendar_month
Excel Export
@endsection