@extends('front.layout') @section('content')

{{convertUtf8($bs->menu_details_title)}}

@foreach ($product->product_images as $image)
shop
@endforeach
    @foreach ($product->product_images as $img)
  • shop
  • @endforeach

{{convertUtf8($product->title)}}

  • {{count($reviews)}} {{__('Reviews(S)')}}
  • {{$be->base_currency_symbol_position == 'left' ? $be->base_currency_symbol : ''}}{{convertUtf8($product->current_price)}}{{$be->base_currency_symbol_position == 'right' ? $be->base_currency_symbol : ''}}
  • @if(convertUtf8($product->previous_price))
  • {{$be->base_currency_symbol_position == 'left' ? $be->base_currency_symbol : ''}}{{convertUtf8($product->previous_price)}}{{$be->base_currency_symbol_position == 'right' ? $be->base_currency_symbol : ''}}
  • @endif
@if (empty($product->variations) && empty($product->addons))
{{__('Qty')}}
@endif

{{$product->summary}}

{{-- Variation Modal Starts --}} @include('front.partials.variation-modal') {{-- Variation Modal Ends --}} @endsection @section('script') @endsection