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

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

TOLLING EVACUATION

{{-- --}} @foreach ($tollings as $tolling) {{-- --}} @if ($tolling->confirm_tonnage != null) @else @endif {{-- --}} @endforeach {{-- --}}
No. Date Semi - Finished Product Factory(RECEIVING) Tonnage Warehouse EDITDELETE
{{ $loop->index + 1 }} {{ $tolling->date }} {{ strtoupper($tolling->type_of_product->type_of_product) }} {{ App\Model\consignee::find($tolling->tollee_id)->name }} {{ $tolling->tonnage }} {{ App\Model\factory_warehouse::find($tolling->toller_warehouse_id)->name }}EDITConfirmed Edit
No. Date Semi - Finished Product Factory(RECEIVING) Tonnage Warehouse EDITDELETE
@endsection @section('more-scripts') @endsection