{!! clean(setting_item_with_lang("topbar_left_text")) !!}
-
@include('Core::frontend.currency-switcher')
@include('Language::frontend.switcher')
@if(!Auth::check())
- {{__('Login')}} @if(is_enable_registration())
- {{__('Sign Up')}} @endif @else @include('Layout::parts.notification')
-
{{__("Hi, :name",['name'=>Auth::user()->getDisplayName()])}}
-
@if(empty( setting_item('wallet_module_disable') ))
- {{__("Credit: :amount",['amount'=>auth()->user()->balance])}} @endif @if(is_vendor())
- {{__("Vendor Dashboard")}} @endif
- {{__("My profile")}} @if(setting_item('inbox_enable'))
- {{__("Messages")}} @if($count = auth()->user()->unseen_message_count) {{$count}} @endif @endif
- {{__("Booking History")}}
- {{__("Change password")}} @if(is_enable_plan() )
- {{__("My plan")}} @endif @if(isPro())
- {{__("Support Center")}} @endif @if(is_admin())
- {{__("Admin Dashboard")}} @endif
- {{__('Logout')}}
@endif