{{ __('Dashboard') }} @auth('web') {{ __('Settings') }} {{ __('My Plan') }} @else {{ __('Sign In') }} {{ __('Register') }} @endauth
@auth('web')
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else
Sign In Register
@endauth
{{ __('Dashboard') }} @auth('web') {{ __('Settings') }} {{ __('My Plan') }} @else {{ __('Sign In') }} {{ __('Register') }} @endauth
@auth('web')
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@endauth