@extends('website.layouts.master') @section('title') {{$reference->name}} @endsection @section('content')

{{$reference->name}}

@foreach($reference->images as $image) {{$image->name}} @endforeach
@foreach($reference->images as $image)
@endforeach
@if( $reference->is_best==1)
SPECIAL OFFER
@endif

{{$reference->name}}

{{\App\Helpers\AppHelper::priceFormat($reference->detail)}} TND{{--$58.46--}} {{--(8% off)--}}

{!! $reference->metadescription !!}

@if($reference->variations->count()>1)

Variation

@endif
{{-- --}}

Guaranteed Safe Checkout

Related Products

@foreach($products as $product) @include('website.components.product-card', ['product' => $product]) @endforeach
@endsection @section('script') @endsection