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

TERMINAL MANAGEMENT SYSTEM

Cocoa Stuffing And Equipment Request Form Details

{{strtoupper($equipform->ref_no)}}

CONTRACT INFODETAILS
SD NUMBER{{strtoupper($equipform->sd_number)}}
MK NUMBER{{strtoupper($equipform->mk_number)}}
CONTRACT NUMBER{{strtoupper($equipform->contract_no)}}
VESSEL{{strtoupper($equipform->vessel->name)}}
MK NUMBER{{strtoupper($equipform->mk_number)}}
LOADING PORT{{strtoupper($equipform->loading_port)}}
DESTINATION{{strtoupper($equipform->destination)}}
EQUIPMENT REQUESTDETAILS
CONTAINER SIZE{{strtoupper($equipform->container_size)}}
QUANTITY IN TONNES{{strtoupper($equipform->quantity)}}
REACH STAKER{{strtoupper($equipform->reachstacker)}} @if($equipform->reachstacker == NULL) NO @endif
TOPLIFTER{{strtoupper($equipform->toplifter)}} @if($equipform->toplifter == NULL) NO @endif
FORKLIFT{{strtoupper($equipform->forklift)}} @if($equipform->forklift == NULL) NO @endif
DATE REQUIRED{{$equipform->date_required}}
SHIPPING AGENT{{$equipform->shipping_agent_name}}
DATE CREATED{{$equipform->requested_time}}

Add Various Types of Cocoa

@include('includes.messages')
{{csrf_field()}} {{method_field('PUT')}}


Remove Various Types of Cocoa

@foreach ($cocoa_types as $cocoa_type) @endforeach
No. Type of Cocoa DELETE
{{$loop->index + 1}}. {{strtoupper($cocoa_type->type_name)}}
No. Type of Cocoa DELETE
@endsection @section('more-scripts') @endsection