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

Cash GST Report

{{ Form::select('clients', $clients,'',["class"=>'form-control filter select2','autofocus' => 'true', 'id' => 'clients']) }}
{{Form::text( 'start_date', $startDate, [ "class" => "form-control", "id" => 'startDate' ]) }}
{{Form::text( 'end_date', $endDate, [ "class" => "form-control", "id" => 'endDate' ]) }}
{{ Form::open(["url"=>route('cash.print.gst.report'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('client','',['id'=>'client']) }} {{ Form::hidden('sdate','',['id'=>'sdate']) }} {{ Form::hidden('edate','',['id'=>'edate']) }} {{ Form::close() }} {{ Form::open(["url"=>route('cash.export.gst.report'),"method"=>"POST"]) }} {{ Form::hidden('client','',['id'=>'client_excel']) }} {{ Form::hidden('sdate','',['id'=>'sdate_excel']) }} {{ Form::hidden('edate','',['id'=>'edate_excel']) }} {{ Form::close() }}
Id Date Client GST Center Consignment No Weight Rate Amount CGST SGST IGST Net Amount
Total Amount:
@include('common.modal.send_delivery_report_mail_confirm_model',['entity' => 'delivery_report'])
@stop @section('custom-scripts') @stop