@extends('backend.layout.main') @section('content')
@csrf

{{__('db.Monthly Purchase Report')}}   

@include('backend.report.partials.monthly_purchase_table')
@endsection @push('scripts') @endpush