@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 * Presence of Toxic Symbol toxic_symbol == 'yes') checked @endif value="yes" id="tsyep" > yes toxic_symbol == 'no') checked @endif value="no" id="tsno"> No * Hinges & Latches hinges == 'good') checked @endif value="good" id="hyep" > Good hinges == 'poor') checked @endif value="poor" id="hpoor"> Poor * Door Gaskets & Seals gasket_seals == 'good') checked @endif value="good" id="gsyep" > Good gasket_seals == 'poor') checked @endif value="poor" id="gspoor"> Poor * Sanitation inside containers sanitation == 'good') checked @endif value="good" id="syep" > Good sanitation == 'poor') checked @endif value="poor" id="spoor"> Poor * Leakages leakages == 'yes') checked @endif value="yes" id="lyep" > Yes leakages == 'no') checked @endif value="no" id="lnope"> No * Physical Damage to the Floor, Walls and Roof phyical_damages == 'yes') checked @endif value="yes" id="pyep" > Yes phyical_damages == 'no') checked @endif value="no" id="lnope"> No * Rusty Walls rusty_walls == 'yes') checked @endif value="yes" id="ryep" > Yes rusty_walls == 'no') checked @endif value="no" id="rnope"> No * Stains of any kind (Oil, Acid, Paint etc.) stains == 'yes') checked @endif value="yes" id="styep" > Yes stains == 'no') checked @endif value="no" id="stnope"> No * Ventilation System ventilation == 'yes') checked @endif value="yes" id="vyep" > Yes ventilation == 'no') checked @endif value="no" id="vnope"> No * Presence of Odour odour == 'yes') checked @endif value="yes" id="oyep" > Yes odour == 'no') checked @endif value="no" id="onope"> No Previous Cargo @endsection @section('more-scripts') @endsection