@foreach($product->items()->get() as $productItem) @endforeach
Name Price Stock Actions
{{$productItem->name}} £{{ number_format($productItem->price, 2) }} @if($productItem->active) {{($productItem->stock) ? $productItem->stock : 'Unlimited'}} @else Not for sale @endif