@extends('layouts.master') @section('css') @endsection @section('title') Monthly {{ $type }} Report @endsection @section('content')

Monthly {{ $type }} Report

@if ($type == 'Sales')
@endif
Month Year Amount Action
Total
@endsection @section('script') @endsection