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

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

{{-- --}} @foreach ($tollings as $tolling) @if ($tolling->confirm_tonnage != null) @else @endif {{-- --}} @endforeach {{-- --}}
No. Date Type of Beans Factory Tonnage EDITDELETE
{{ $loop->index + 1 }} {{ $tolling->date }} {{ strtoupper(ltrim($tolling->crop->name, 'Ghana')) }} {{ strtoupper(App\Model\consignee::find($tolling->tollee_id)->name) }} {{ $tolling->tonnage }}Confirmed Edit
No. Date Type of Beans Factory Tonnage EDITDELETE
@endsection @section('more-scripts') @endsection