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

Factory: {{App\Model\consignee::find($consignee_id)->name}}

FACTORY WAREHOUSES

{{-- --}} @foreach ($factory_warehouses as $factory_warehouse) {{-- --}} @endforeach {{-- --}}
No. Ownership Type of Warehouse Name of Warehouse Tonnage at Creation EDITDELETE
{{$loop->index + 1}} {{$factory_warehouse->ownership}} {{$factory_warehouse->type_of_warehouse}} {{$factory_warehouse->name}} {{$factory_warehouse->tonnage}} EDIT
No. Ownership Type of Warehouse Name of Warehouse Tonnage at Creation EDITDELETE
@endsection @section('more-scripts') @endsection