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

OPERATIONS MANAGEMENT SYSTEM

@foreach ($factory_floors as $factory_floor) @endforeach
No. Date of Entry Date Type of Beans Floor Quantity(Bags) Floor Quantity(Tonnes) Tonnes Remaining Warehouse
{{ $count++ }}. {{ $factory_floor->created_at ? Carbon\Carbon::parse($factory_floor->created_at)->format('j M Y g:i a') : null }} {{ $factory_floor->date ? Carbon\Carbon::parse($factory_floor->date)->format('Y-m-d') : null }} {{ ltrim($factory_floor->crop->name, 'Ghana') }} {{ $factory_floor->plant_quantity_bags }} {{ $factory_floor->plant_quantity_tonnes }} {{ $factory_floor->tonnes_remaining }} {{ $factory_floor->factory_warehouse->name }}
Showing {{ $factory_floors->firstItem() }} to {{ $factory_floors->lastItem() }} of total {{ $factory_floors->total() }} entries {{ $factory_floors->links() }}
@endsection @section('more-scripts') @endsection