getLocale() == 'en') lang="en" @else lang="ar" @endif> {{ __('Gaming') }} | @yield('title') @if(app()->getLocale() == 'ar') @else @endif @stack('css')
@php $offers = \App\Models\ProductOffer::where('status', 1)->latest()->get(); @endphp @if($offers->count())
@foreach($offers as $offer) {{ $offer->getTranslation('offer_description', app()->getLocale()) }} @endforeach
@endif @yield('content') @if(app()->getLocale() == 'ar') @else @endif @if (\Session::has('message'))