@yield('title') @if (trim($__env->yieldContent('role'))) (@yield('role')) @endif
@yield('action-button')
@php if(\Auth::user()->type == "admin") { $rtl = \App\Models\Utility::settings()['enable_rtl']; } elseif(\Auth::user()->type != "admin" && Auth::check()) { $rtl = \App\Models\Utility::settingsById(\Auth::user()->creatorId())['enable_rtl']; }else { $rtl = \App\Models\Utility::getValByName('enable_rtl'); } @endphp
@php $logo = \App\Models\Utility::get_file('logo/'); $meta_logo = \App\Models\Utility::get_file('uploads/logo/'); $settings = \App\Models\Utility::settings(); @endphp