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