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

OPERATIONS MANAGEMENT SYSTEM

@if ($_SESSION['tolling'] == 'Toll Raw Beans') @else @endif @foreach ($tollings as $tolling) @if ($_SESSION['tolling'] == 'Toll Raw Beans') @else @endif @endforeach
No. Date of Entry Date Receiving FactoryCocoa TypeProduct TypeTonnage Sent Factory Warehouse
{{ $count++ }}. {{ $tolling->created_at ? Carbon\Carbon::parse($tolling->created_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->tollee_id)->name }}{{ ltrim($tolling->crop->name, 'Ghana') }}{{ $tolling->type_of_product->type_of_product }}{{ $tolling->tonnage }} {{ strtoupper(optional(App\Model\factory_warehouse::find($tolling->toller_warehouse_id))->name) }}
Showing {{ $tollings->firstItem() }} to {{ $tollings->lastItem() }} of total {{ $tollings->total() }} entries {{ $tollings->links() }}
@endsection @section('more-scripts') @endsection