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

Factory: {{ App\Model\consignee::find($consignee_id)->name }}

WORK-IN-PROGRESS

{{-- --}} @foreach ($wips as $wip) {{-- --}} @endforeach {{-- --}}
No. WIP Tonnage Type Of Product WIP Date EDITDELETE
{{ $loop->index + 1 }} {{ $wip->wip }} {{ optional($wip->type_of_product)->type_of_product }} {{ $wip->date }} EDIT
No. WIP Tonnage Type Of Product WIP Date EDITDELETE
@endsection @section('more-scripts') @endsection