@if (\Request::is('rtl')) @else @endif @if (env('IS_DEMO')) @endif @auth @yield('auth') @endauth @guest @yield('guest') @endguest @if (session()->has('success'))

{{ session('success') }}

@endif @stack('rtl') @stack('dashboard') @stack('scripts')