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

OPERATIONS MANAGEMENT SYSTEM

RECEIVED TOLLING REPORT @if ($_SESSION['consignee'] != 'all') ({{ App\Model\consignee::find($_SESSION['consignee'])->name }}) @endif

@if ($_SESSION['consignee'] == 'all') @endif @if ($_SESSION['tolling'] == 'Toll Raw Beans') @else @endif @foreach ($tollings as $tolling) @if ($_SESSION['consignee'] == 'all') @endif @if ($_SESSION['tolling'] == 'Toll Raw Beans') @else @endif @endforeach
No.Receiving FactoryDate of Entry Date Sending Factory Tonnage ReceivedCocoa TypeProduct TypeFactory Warehouse
{{ $count++ }}.{{ strtoupper(App\Model\consignee::find($tolling->tollee_id)->name) }}{{ $tolling->updated_at ? Carbon\Carbon::parse($tolling->updated_at)->format('j M Y g:i a') : null }} {{ $tolling->date ? Carbon\Carbon::parse($tolling->date)->format('j M Y') : null }} {{ App\Model\consignee::find($tolling->toller_id)->name }} {{ $tolling->confirm_tonnage }}{{ ltrim($tolling->crop->name, 'Ghana') }}{{ $tolling->type_of_product->type_of_product }}{{ strtoupper(optional(App\Model\factory_warehouse::find($tolling->tollee_warehouse_id))->name) }}
{!! $tollings->render() !!}
@endsection @section('more-scripts') @endsection