@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} BEANS TO FACTORY FLOOR @include('includes.messages') {{ csrf_field() }} @method('PUT') Tonnage Received at Factory Floor: {{-- Bags Remaining: --}} Tonnage Remaining at Factory Floor: @endsection @section('more-scripts') @endsection