@extends('layouts.app') @section('title', $product->name) @section('content')
@if ($images) @foreach ($images as $image)
@endforeach @endif

{{ $product->name }}

{{ $stockLevel }}

{{ $product->details }}

$ {{ format($product->price) }}

{!! $product->description !!}

@if ($product->quantity > 0)
@csrf()
@endif
@include('partials.might-like') @endsection @section('scripts') @endsection