File: /home/richfield/www/resources/views/layouts/app.blade.php
<!DOCTYPE html>
<html lang="{{app()->getLocale() == 'en'? 'en': 'ar'}}" dir="{{app()->getLocale() == 'en'? 'en': 'ar'}}">
@include('layouts.includes.header_links')
<body style="direction: {{app()->getLocale() == 'en'? 'ltr': 'rtl'}}">
<div class="main_page">
@include('layouts.includes.header')
@include('layouts.includes.navbar')
@yield('content')
@include('layouts.includes.footer')
@include('layouts.includes.footer_links')
</div>
</body>
</html>