@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

Equipment Request Form

Containers For Inspection



SHIPPING CONTRACT INFODETAILS
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)}}
@foreach ($containers as $container) @endforeach
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
@endsection @section('more-scripts') @endsection