{{ __('lang.logo_alt') }}
@if (Route::has('login')) @auth {{ __('lang.home') }} {{ __('lang.my_rides') }} {{ __('lang.wallet') }} {{ __('lang.inbox') }} @endauth @endif
@if (Route::has('login')) @auth {{ __('lang.profile') }}
@csrf {{ __('lang.log_out') }}
@else {{ __('lang.log_in') }} @if (Route::has('register')) {{ __('lang.register') }} @endif @endauth @endif