@if (Request::is('board-tree/*') || Request::is('admin/board/members/*'))
@endif @yield('css')
HOME
@if (Auth::check()) @if (Auth::user()->role == 'admin')
Admin Dashboard
@endif
@php $user = auth()->user(); $profileRoute = $user->role === 'admin' ? 'admin.profile.index' : 'user.profile.index'; @endphp
My PROFILE
{{--
--}} {{--
How --}} {{-- it works
--}} {{--
--}} {{--
How it works --}} {{--
--}} {{--
--}}
How it works
Guidelines
FAQs
Gifting Forms
Privacy Statement
Contact Us
LOGOUT
@csrf
@else
JOIN
LOGIN
@endif
How It Works
Your browser does not support the video tag.
@yield('content') {{-- INACTIVITY MODAL --}}
Inactivity
You have been logged out due to inactivity.
{{-- input masking --}} @yield('js') @if (session()->has('success')) @endif @if (session()->has('error')) @endif