@extends('website.layouts.app') @section('content')
{{-- @if (!empty($product->after_discount))
BEST OFFER
@endif --}} Main Image
@if (session('app_language', 'en') == 'en') Product Details @else تفاصيل المنتج @endif

@if (session('app_language', 'en') == 'en') {!! $product->description_en !!} @else {!! $product->description_ar !!} @endif


@if (session('app_language', 'en') == 'en') clients reviews(7) @else آراء العملاء(7) @endif
4.57
User
Jane Lee
3 hours ago

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed

User
Jane Lee
3 hours ago

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed

@if (session('app_language', 'en') == 'en') {{ $product->title_en ?? '' }} @else {{ $product->title_ar ?? '' }} @endif

{{ display_price($product->price) }}

@if (session('app_language', 'en') == 'en') Choose the Card @else اختر البطاقة @endif

@if (session('app_language', 'en') == 'en') You can add music - your favorite song - picture @else يمكنك إضافة موسيقى - أغنيتك المفضلة - صورة @endif

@if (session('app_language', 'en') == 'en') Drag and drop file here @else اسحب وأفلِت الملف هنا @endif


@if (session('app_language', 'en') == 'en') Customer Loyalty Plans @else خطط ولاء العملاء @endif
  • @if (session('app_language', 'en') == 'en') You will earn 10 points. @else سوف تحصل على 10 نقاط. @endif
  • @if (session('app_language', 'en') == 'en') To redeem your points? You need to Sign Up @else لاستبدال نقاطك؟ عليك اشتراك @endif

@if (session('app_language', 'en') == 'en') Recommended products @else المنتجات الموصى بها @endif

@if (session('app_language', 'en') == 'en') The most beautiful bouquets & gifts for occasions! @else أجمل الباقات والهدايا للمناسبات! @endif

@endsection @section('scriptJs') @endsection