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

Booking Report

{{ Form::select('branches', $branches,'',["class"=>'form-control filter select2','autofocus' => 'true', 'id' => 'branches']) }}
{{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('branch.print.parcels.report'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('branch','',['id'=>'branch']) }} {{ Form::hidden('sdate','',['id'=>'sdate']) }} {{ Form::hidden('edate','',['id'=>'edate']) }} {{ Form::hidden('carrier','',['id'=>'carrier']) }} {{ Form::close() }}
Id Date Branch Client Center Receiver Carrier Weight Amount Consignment No Remark
Total Amount:
@stop @section('custom-scripts') @stop