Containers For Inspection
SHIPPING CONTRACT INFO | DETAILS |
---|---|
CONTRACT NUMBER | {{strtoupper($equipform->contract_no)}} |
PORT | {{strtoupper($equipform->loading_port)}} |
TONNAGE TO BE SHIPPED | {{strtoupper($equipform->quantity)}} |
NAME OF VESSEL | {{strtoupper($equipform->vessel)}} |
DATE OF SHIPMENT | {{strtoupper($equipform->eta)}} |
DESTINATION | {{strtoupper($equipform->destination)}} |
SIZE OF CONTAINER | {{strtoupper($equipform->container_size)}} |
No. | Container Number | Container Size | Container Type | Location | Other Features | Inspection Status | CONFIRM |
---|---|---|---|---|---|---|---|
{{$loop->index + 1}} | {{strtoupper($container->number)}} | {{strtoupper($container->size)}} | {{strtoupper($container->type)}} | {{strtoupper($container->location)}} | {{strtoupper($container->other_features)}} | @if ($container->inspection_status == NULL) PENDING @else {{strtoupper($container->inspection_status)}} @endif | INSPECT |
No. | Container Number | Container Size | Container Type | Location | Other Features | CONFIRM |