@extends('frontend.layouts.app') @section('title-suffix') {{ __('single-product.title') }} @endsection @push('styles') @endpush @section('main-content')

{{ $data['product_name'] }} @if ($data['product_discount'])-{{ $data['product_discount'] }} %@endif

@if (!$data['product_discount']) {{ $data['product_raw_price'] }} FCFA @else {{ $data['product_raw_price'] }} FCFA {{ $data['product_price'] }} FCFA @endif

{{ htmlspecialchars_decode($data['product_short_desc']) }}

@include('frontend.partials.reviews') @include('frontend.partials.featured') @endsection