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

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

TOLLING

{{-- --}}
@foreach ($tollings as $tolling) @if ($tolling->confirm_tonnage != null) @else @endif {{-- --}} @endforeach
No. Date Semi - Finished Product Factory(SENDING) Tonnage CONFIRM
{{ $loop->index + 1 }} {{ $tolling->date }} {{ $tolling->type_of_product->type_of_product }} {{ App\Model\consignee::find($tolling->toller_id)->name }} {{ $tolling->tonnage }}CONFIRMEDCONFIRMEDIT
No. Date Type of Semi - Finished Product Factory Tonnage CONFIRM
@endsection @section('more-scripts') @endsection