@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Cargo Sales Report @stop @section('content')

Cargo Sales Report

{{ Form::open(["url"=>route('print.cargo.sales.report'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('id','',['id'=>'billId']) }} {{ Form::close() }} {{ Form::open(["url"=>route('print.cargo.sales.gstformat.report'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('id','',['id'=>'billIdForGSTFormat']) }} {{ Form::close() }} {{ Form::open(["url"=>route('genarate.cargo.sales.excel.report'),"method"=>"POST"]) }} {{ Form::hidden('id','',['id'=>'genarateBillExcelReport']) }} {{ Form::close() }}
Order Month Amount  
@include('common.modal.send_outward_mail_confirm_model',['entity' => 'monthly_report'])
@stop @section('custom-scripts') @stop