@extends('panel.layouts.app-for-parcel-entry') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Cargo Cash Booking @stop @section('content')
@if($account_type == '2')
@endif
{!! Form::open(["url"=>route('print.cash.cargo.receipt'),"method"=>"POST","target"=>"_blank"]) !!} {{ Form::hidden('receips-ids','',['id'=>'receips-ids']) }} {{ Form::close() }}
@include('panel.cashcargoparcelentry.create', [@$data])
@if($account_is_multi_branch)    @endif
Only entries from the last 6 months will be displayed.
    @forelse($parcles as $parcel) @include('panel.cashcargoparcelentry.parcel_item',[$parcel,$weight_type]) @empty
  • No records found.
  • @endforelse
@include('common.modal.delete_confirm_modal',['entity' => 'cash_cargo_entry']) @include('common.modal.volumetric_calculation_modal', ['entity' => 'parcel_entry'])
@stop @section('custom-scripts') @stop