@php $app = \App\AdminSetting::select('favicon','color','app_name')->find(1); @endphp
{{$app->app_name}}
@if (session('direction') == "rtl") @endif
@auth()
@csrf
@endauth
@yield('content')