@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Add Contract Details: @include('includes.messages') {{ csrf_field() }} Select Contract: Select Contract: @if ($shipment->invoice_type == 'foreign') @foreach ($facs as $fac) {{ $fac->contract->number }}({{ $fac->sd_number }}) @endforeach @else @foreach ($contracts as $contract) {{ $contract->number }} @endforeach @endif @foreach ($facs as $fac) @endforeach Total tonnage on Contract: Total tonnage on Allocation: Total tonnage Shipped: Tonnage Shipped: @endsection @section('more-scripts') @endsection