@extends('front.includes.master') @if (\App::getLocale() == 'ar') @endif @php if (\App::getLocale() == 'ar'){ $page = "كتالوج المنتجات"; $download = "للاطلاع على كافة المنتجات وتحميل الكتالوج، يرجى الضغط على الزر أدناه."; $text = "تحميل كتالوج المنتجات"; $description = "استعرض مجموعتنا الواسعة من المنتجات المصممة لتلبية احتياجاتك. سواء كنت تبحث عن أحدث التقنيات أو المنتجات المنزلية، لدينا كل ما تحتاجه."; } else { $page = "Phoneplanet Catalog"; $download = "To explore our products and download the catalog, please click the button below."; $text = "Download Catalog"; $description = "Browse our extensive range of products designed to meet your needs. Whether you're looking for the latest technology or home essentials, we have everything you need."; } @endphp @section('main-content')

{{ $page }}

{{ $download }}

{{ $description }}

@endsection