@if($cargodetails->first()) {!! Form::open(['route' => 'finance.invoices.view.bill']) !!}
@foreach($cargodetails as $cargodetail) @endforeach
T1
Cargo type
Container number
{!! $cargodetail->cargoheader->t1 !!}
{!! $cargodetail->cargotype->name !!}
@if($cargodetail->container_number) {!! $cargodetail->container_number !!} [{!! $cargodetail->container_size !!}] @endif
{!! Form::submit('Show', ['class' => 'btn btn-primary']) !!}
Cancel
{!! Form::close() !!} @else
Warning!
Bill not found with pending status.
×
@endif @section('footer_scripts')
Delete Item
×
Are you sure to delete this Item? This operation is irreversible.
@stop