{!! $product->id !!}
{!! $product->name !!}
{!! $product->image !!}
{!! $product->price !!}
{!! $product->discount_price !!}
{!! $product->description !!}
{!! $product->ingredients !!}
{!! $product->capacity !!}
{!! $product->featured !!}
{!! $product->market_id !!}
{!! $product->category_id !!}
{!! $product->created_at !!}
{!! $product->updated_at !!}