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

OPERATIONS MANAGEMENT SYSTEM

@foreach ($wips as $wip) @endforeach
No. Date of Entry Date Type of Product WIP(Tonnes)
{{ $count++ }}. {{ $wip->created_at ? Carbon\Carbon::parse($wip->created_at)->format('j M Y g:i a') : null }} {{ $wip->date ? Carbon\Carbon::parse($wip->date)->format('Y-m-d') : null }} {{ optional($wip->type_of_product)->type_of_product }} {{ $wip->wip }}
Showing {{ $wips->firstItem() }} to {{ $wips->lastItem() }} of total {{ $wips->total() }} entries {{ $wips->links() }}
@endsection @section('more-scripts') @endsection