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

Bookings / Cash

{{ 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::select('gst', $gst,'',["class"=>'form-control filter select2', 'id' => 'gst']) }}
{{ Form::select('package_types', $packageTypes,'',["class"=>'form-control filter select2', 'id' => 'package_types']) }}
@if(LaraCore::canOrNot('delete_parcelentry')) @endif
@if ($is_user_delete_booking == true) @endif
{{--
@if(LaraCore::canOrNot('delete_parcelentry')) @if ($is_user_delete_booking == true) @endif @endif
--}} {{ Form::open(["url"=>route('cash.print.parcels.report'),"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('rgst','',['id'=>'rgst']) }} {{ Form::hidden('package_type','',['id'=>'package_type']) }} {{ Form::hidden('nocharges','',['id'=>'nocharges']) }} {{ Form::hidden('parcelId','',['id'=>'parcelId']) }} {{ Form::close() }} {{ Form::open(["url"=>route('print-cash-international-receipt'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('receips-ids','',['id'=>'receipt-ids']) }} {{ Form::close() }} {{ Form::open(["url"=>route('format.receipt.print'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('ids','',['id'=>'format-receipt-id']) }} {{ Form::close() }}
@if($is_user_delete_booking) @endif
Id @if(LaraCore::canOrNot('delete_parcelentry')) @endif Date Client Center Receiver Mobile Carrier Packagetype Weight Amount Consignment No 
Total Amount:
{{-- @include('panel.parcels.create', [@$data]) --}}
@include('common.modal.delete_confirm_modal',['entity' => 'parcel']) @include('common.modal.mark_send_confirm_model',['entity' => 'parcel'])
@stop @section('custom-scripts') @stop