@extends('frontend.layout.master') @section('content')
{{ app()->getLocale() == 'en' ? $product->name : $product->nameae }}
{!! app()->getLocale() == 'en' ? $product->description : $product->descriptionar !!}

Price: {{number_format($product->price,2)}} SAR

Stock: {{number_format($product->qty)}}

Product Variations

@if(count($product->variations)>0) @foreach($product->variations as $key => $variation)
@endforeach @else No Variations Added! @endif
{{ app()->getLocale() == 'en' ? $product->name : $product->nameae }}
{!! app()->getLocale() == 'en' ? $product->description : $product->descriptionar !!} View Complete Product Page
@if($product->specifications) {!! $product->specifications !!} @else
No Data Added!
@endif
@endsection @push('custom-css') @endpush @push('custom-script') @endpush