@vite(['resources/sass/app.scss', 'resources/css/app.css', 'resources/js/app.js']) @include('sticky-chat') @if (Auth::check() && Auth::user()->hasRole('Psychic')) @endif
@auth @php $role = collect($logged_in_role); @endphp @if (in_array('Sub Admin', $role->all())) @endif @if (in_array('User', $role->all())) @else @if (in_array('Super Admin', $role->all())) @else @endif @endif @else @foreach ($psychic_categories as $psychic_category) @endforeach @endauth
@if (!Auth::check())
{{ $banner_text }}
@endif
@if (Route::has('login')) @endif
{{ $slot }}