{{ $product->name }} - Report

@if (in_array($product_type_id, [1,3]) && ($product_id)) {{ Str::singular($product_type_title) }} Builder | @endif Back to Grid
{{ Str::singular($product_type_title) }} Details ID Name Sku Sort Code Price Cost Action {{ $product->id }} @livewire('component.edit-field',['id'=>$product->id,'object'=>'Product','field'=>'name'], key(rand() * $product->id)) {{ $product->sku }} @livewire('component.edit-field',['id'=>$product->id,'object'=>'Product','field'=>'sortcode'], key(rand() * $product->id)) @livewire('component.edit-field',['id'=>$product->id,'object'=>'Product','field'=>'price'], key(rand() * $product->id)) {{ $product->cost_currency }} @if ($product->product_type_id == 1 || $product->product_type_id ==3 || $product->product_type_id ==7) @endif
Resources and Costings

Labour

Detail Total Time Total Cost
@foreach($labourDetail as $key => $value)
{{ $key }} : {{ $value['time'] }} : {{ $value['cost'] }}
@endforeach
{{ $labourTime }} £{{ $labourCost }}

Machine

Detail Total Time Total Cost
@foreach($machineDetail as $key => $value)
{{ $key }} : {{ $value['time'] }} : {{ $value['cost'] }}
@endforeach
{{ $machineTime }} £{{ $machineCost }}
Operations List
{!! $productList !!}
Items I belong to
@foreach($itemList as $id) {{ $id }} :- @endforeach