@if(isset($product->cover)) cover") }}?w=400" data-zoom="{{ asset("storage/$product->cover") }}?w=1200"> @else cover") }}?w=1200" alt="{{ $product->name }}"> @endif

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

{!! $product->description !!}

{!! str_limit($product->description, 100, ' ...') !!}

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


@endif
@section('js') @endsection