@extends('frontend.layouts.master') @section('title','Al-Bazai | '.((app()->getLocale() == 'ar') ? 'امتلك الآن سيارات تويوتا البازعي' : 'Own Now Toyota Al Bazai Cars')) @section('lang') @if(app()->getLocale() == 'ar')
  • English
  • @else
  • عربي
  • @endif @endsection @section('content')

    {{ (app()->getLocale() == 'ar') ? 'تويوتا سيدان' : 'Toyota Sedan' }}

    {{ (app()->getLocale() == 'ar') ? 'تويوتا سيدان' : 'Toyota Sedan' }}

    @method('POST') @csrf
    @error("name") {{ $message }} @enderror
    @error("email") {{ $message }} @enderror
    {{ (app()->getLocale() == 'ar') ? 'يجب أن يكون هذا الحقل جوالًا سعوديًا (05xxxxxxxx).' : 'This field must be saudi arabia mobile (05xxxxxxxx).'}}
    @error("city") {{ $message }} @enderror
    @error("category_id") {{ $message }} @enderror
    @error("call_time") {{ $message }} @enderror
    @error("address") {{ $message }} @enderror
    {{ (app()->getLocale() == 'ar') ? 'الشروط و الأحكام' : 'Terms & Conditions' }}
    @if(!empty($pages_text2)) {!! $pages_text2[app()->getLocale()] !!} @endif
    {{ (app()->getLocale() == 'ar') ? 'الخصوصية وإخلاء المسؤولية' : 'Privacy and Disclaimer' }}
    @if(!empty($pages_text))

    {{ $pages_text[app()->getLocale()] }}

    @endif
    {{--
    --}}
    @endsection @push('js') @endpush