{{ $siteDetails['site_name'] ?? 'Boostala' }}
Home Features How It Works Pricing Testimonials FAQ Contact @if (auth()->check()) Dashboard Settings
@csrf
@else
Sign In Register
@endif
{{ __('Home') }} {{ __('Features') }} {{ __('How It Works') }} {{ __('Pricing') }} {{ __('Testimonials') }} {{ __('FAQ') }} {{ __('Contact') }}
@if (auth()->check())
@if(isset(Auth::user()->avatar) && Auth::user()->avatar!="") {{ Auth::user()->username }} @else {{ Auth::user()->username }} @endif

{{ Auth::user()->name }}

{{ Auth::user()->email }}

{{ __('Dashboard') }} {{ __('Settings') }}
@csrf
@else {{ __('Sign In') }}
{{ __('Register') }}
@endif