@section('title',__('driver::home.Driver |') . __('driver::home.' . ($page === 'terms' ? 'Terms & Conditions' : 'Privacy Policy'))) @push('css') @endpush @if(LaravelLocalization::getCurrentLocale() == 'en') @elseif(LaravelLocalization::getCurrentLocale() == 'ar') @endif @include('driver::layout.head')
@if(LaravelLocalization::getCurrentLocale() == "ar")

img EN

@elseif(LaravelLocalization::getCurrentLocale() == "en")

img العربية

@endif

@lang('driver::home.' . ($page === 'terms' ? 'Terms & Conditions' : 'Privacy Policy'))

@if($page === 'terms') @if(LaravelLocalization::getCurrentLocale() == 'en') {!! $policies->terms_conditions_en !!} @elseif(LaravelLocalization::getCurrentLocale() == 'ar') {!! $policies->terms_conditions_ar !!} @endif @else @if(LaravelLocalization::getCurrentLocale() == 'en') {!! $policies->policies_en !!} @elseif(LaravelLocalization::getCurrentLocale() == 'ar') {!! $policies->policies_ar !!} @endif @endif
@if(LaravelLocalization::getCurrentLocale() == "en") {!! $policies->auth_page_content_en !!} @elseif(LaravelLocalization::getCurrentLocale() == "ar") {!! $policies->auth_page_content_ar !!} @endif
@push('js') @endpush @include('driver::layout.scripts')