@if (\Request::is('rtl')) @else @endif @if (env('IS_DEMO')) @endif iThinqAI {{-- boxicons --}} {{-- font-awesome --}} @yield('css') @auth @yield('auth') @endauth @guest @yield('guest') @endguest {{-- this below code not working accurate👇 --}} {{-- @if (session()->has('success'))

{{ session('success')}}

@endif --}} @stack('scripts') @stack('rtl') @stack('dashboard') @yield('script')