@php $setting = App\Models\Setting::first(); @endphp @yield('title') {{ __('admin.Login') }} @if (session()->has('text_direction') && session()->get('text_direction') == 'rtl') @elseif ($setting->text_direction == 'rtl') @endif