@if(app()->getLocale() == 'ar')
@endif
@yield('styles')
{{ app()->getLocale() == 'ar' ? 'English' : 'العربية' }}
@lang('Home')
@lang('About Us')
@lang('Features')
@lang('Contact Us')
{{ app()->getLocale() == 'ar' ? 'English' : 'العربية' }}
@yield('content') @yield('scripts')