WIP REPORT @if ($_SESSION['consignee'] != 'all') ({{ App\Model\consignee::find($_SESSION['consignee'])->name }}) @endif
No. | @if ($_SESSION['consignee'] == 'all')Factory | @endifDate of Entry | Date | Type of Product | WIP(Tonnes) |
---|---|---|---|---|---|
{{ $count++ }}. | @if ($_SESSION['consignee'] == 'all'){{ strtoupper($wip->consignee->name) }} | @endif{{ $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('jS F, Y') : null }} | {{ optional($wip->type_of_product)->type_of_product }} | {{ $wip->wip }} |