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

Other Branch Bookings (C)

{{ Form::select('branches', $branchesOptions,'',["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' ]) }}
Branch Id Date Client Origin Destination Receiver Carrier Package Type Weight Amount Consignment No Remark
Total Amount:
@include('common.modal.send_report_mail_confirm_model',['entity' => 'cargo_report'])
@stop @section('custom-scripts') @stop