@if (Request::is('user/dashboard'))
Day X, WEEK Y
Today Xth Month, Year
@else
User Portal
@endif
Logged in as |
@if (Auth::check()) {{ Auth::user()->name }} @else Guest @endif
0
{{--
--}}
@csrf