@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{ auth()->user()->name }}

@if ($errors->any()) @endif @php use Carbon\Carbon; $currentMonth = Carbon::now()->format('Y-m'); // Format as "YYYY-MM" @endphp
@csrf











@endsection