@extends('pages.layouts.app') @section('content') @push('styles') @endpush
{{ app()->getLocale() === 'ar' ? 'دأ ' : 'JD' }}
@if($product->price_after_discount)
{{ $product->price }}
{{ $product->price_after_discount }}
@else
{{ $product->price }}
@endif
| {{ app()->getLocale() === 'ar' ? $product->description_ar : $product->description }} |
{{ __('No colors available') }}
@endif