@if (!empty($product->cover))
@else
{{ $product->name }}
@endif

{{ $product->name }} {{ config('cart.currency') }} {{ $product->price }}

{!! $product->description !!}

@include('layouts.errors-and-messages')
{{ csrf_field() }} @if (isset($productAttributes) && !$productAttributes->isEmpty())


@endif
@section('js') @endsection