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

OPERATIONS MANAGEMENT SYSTEM

Allocate Freight

@include('includes.messages')
{{ csrf_field() }} {{ method_field('PUT') }}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
@foreach ($facs as $fac) @endforeach
Contract Number Tonnage Allocated
{{ $fac->contract->number }} {{ $fac->fac_tonnage }}
@endsection @section('more-scripts') @endsection