@php $currentLocale = $locale ?? session('locale', app()->getLocale()); @endphp {{ $title ?? 'Page' }}
Last Sale
@if ($currentLocale === 'ar') English @else العربية @endif

{{ $title }}

@yield('content')