@extends('shop/layout') @section('shop')

Our {{$product->category->title}}

{{ csrf_field() }}

{{$product->title}}

ok @foreach ($product->attributes as $attribute) {{$attribute->slug }} : {{$attribute->pivot->value}}
@endforeach
Price : {{$product->price}} €
Quantity :
@stop