@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')
EN
العربية
@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