@php
$langObj = \App\Models\Language::where('code', $lang)->first();
$dir = $langObj ? $langObj->direction : ($lang == 'ar' ? 'rtl' : 'ltr');
@endphp
WAHAT AL-BANAA - Contracting & Investment
@if ($dir == 'rtl')
@else
@endif
@include('web.layouts._inlineStyle')
@include('web.layouts.header')
@yield('content')
@include('web.layouts.footer')
@include('web.layouts._inlineScript')