@extends('layouts.master') @section('title', 'Monthly Transaction Dashboard') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.title')

📅 Monthly Transaction Dashboard

เลือกช่วงวันที่เพื่อดูสรุปรายเดือน

@include('layouts.footer') @endsection