• Cargo Header List
  • @if($search_by=="plate") {!! Form::open(['route' => 'gatepass.cargoheaders.mass.store']) !!} @endif @foreach($cargoheaders as $cargoheader) @endforeach
    T1 Declaration No Consignee Transitor Truck Containerized Details Action
    {!! $cargoheader->t1 !!} {!! $cargoheader->declaration_number !!} {!! $cargoheader->consignee !!} {!! $cargoheader->transitor !!} {!! $cargoheader->plate_number !!}/{!! $cargoheader->trailer_plate_number !!} @if($cargoheader->uom=='CON') YES ({{ $cargoheader->total_quantity }}) @else NO @endif {!! $detailcount[$cargoheader->id] !!} @if($search_by=="plate") @else @endif
    @if($search_by=="plate")
    {!! Form::close() !!} @endif
    @section('footer_scripts') @stop