@extends('panel.layouts.app')
@section('page-title')
{{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Monthly Without GST Bills Report
@stop
@section('content')
@include('common.modal.send_outward_mail_confirm_model',['entity' => 'monthly_report'])
@stop
@section('custom-scripts')
@stop