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

TERMINAL MANAGEMENT SYSTEM

QCC CONTAINER INSPECTION

@include('includes.messages') {{csrf_field()}} {{method_field('PUT')}}
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->name)}}
DATE OF SHIPMENT{{strtoupper($equipform->eta)}}
DESTINATION{{strtoupper($equipform->destination)}}
SIZE OF CONTAINER{{strtoupper($equipform->container_size)}}
CONTAINER INFO: DETAILS
CONTAINER NUMBER: {{strtoupper($container->number)}}
CONTAINER SIZE: {{strtoupper($container->size)}}
CONTAINER LOCATION: {{strtoupper($container->location)}}

REQUIREMENT AND OBSERVATION











@endsection @section('more-scripts') @endsection