{{--
--}} {{--
--}} @php $user =\Illuminate\Support\Facades\Auth::user(); @endphp {{-- @if (Auth::check() && \Illuminate\Support\Facades\Auth::user()->hasRole('user'))--}}
@csrf
@if(\Illuminate\Support\Facades\Auth::check()) @if (isset($user) && $user->email_verified_at !== null)
{{ \Illuminate\Support\Facades\Auth::user()->name ?? '' }}
My Profile
Profile Account Setting
Logout
@endif @endif
Chats
(current)
{{--
--}} {{--
--}} {{--
--}} {{-- Chats
--}} {{--
--}} {{--
--}}
Jobs
Trainings
Marketplace
@if(\Illuminate\Support\Facades\Auth::check()) @if (isset($user) && $user->email_verified_at !== null)
@if ($new > 0)
@endif
Messages
@endif @endif {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @if ($request > 0)--}} {{--
--}} {{-- @endif--}} {{--
--}} {{-- Request--}} {{--
--}} {{--
--}} @if(\Illuminate\Support\Facades\Auth::check()) @if (isset($user) && $user->email_verified_at !== null)
@if ($request > 0)
@endif
Notifications
@endif @endif {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- News--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Contact--}} {{--
--}} {{--
--}} @if (!Auth::check() || $user->email_verified_at === null)
Sign In
@endif
@if(\Illuminate\Support\Facades\Auth::check()) @if (isset($user) && $user->email_verified_at !== null)
{{ \Illuminate\Support\Facades\Auth::user()->name ?? '' }}
My Profile
Profile Account Setting
Logout
@endif @endif
{{-- @endif--}}
Post submitted!
@yield('content')
@stack('script')