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

Cargo 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::select('carriers', $carriers,'',["class"=>'form-control filter select2', 'id' => 'carriers']) }}
{{--
--}}
{{ Form::open(["url"=>route('print.cargo.record'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('client','',['id'=>'client']) }} {{ Form::hidden('sdate','',['id'=>'sdate']) }} {{ Form::hidden('edate','',['id'=>'edate']) }} {{ Form::hidden('carrier','',['id'=>'carrier']) }} {{ Form::hidden('nocharges','',['id'=>'nocharges']) }} {{ Form::close() }} {{ Form::open(["url"=>route('excel.parcels.report'),"method"=>"POST"]) }} {{ Form::hidden('client','',['id'=>'excel_client']) }} {{ Form::hidden('sdate','',['id'=>'excel_sdate']) }} {{ Form::hidden('edate','',['id'=>'excel_edate']) }} {{ Form::hidden('carrier','',['id'=>'excel_carrier']) }} {{ Form::close() }}
Id Date Client Origin Destination Receiver Carrier Package Type Weight Gross Amt Amount Consignment No Remark
Total Amount:
@include('common.modal.send_report_mail_confirm_model',['entity' => 'cargo_report'])
@stop @section('custom-scripts') @stop