@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} {{ App\Model\consignee::find($consignee_id)->name }} {{ csrf_field() }} {{ method_field('PUT') }} Date: Factory Warehouse Select Warehouse. @foreach ($factory_warehouses as $factory_warehouse) {{ $factory_warehouse->name }} @endforeach {{-- Net Weight: --}} Factory Product Tonnage: @error('factory_bags') {{ $message }} @enderror Confirm Product Tonnage: Save @endsection @section('more-scripts') @endsection