user-01
{{ getCurrentUserFullname() }}

{{ __('Member Since') }}
{{ \Carbon\Carbon::parse(Auth::user()->created_at)->format('d M Y') }}

  • {{ __('Dashboard') }}
  • {{ __('my_bookings') }}
    • {{ __('Upcoming') }}
    • {{ __('Completed') }}
    • {{ __('Cancelled') }}
  • {{ __('my_orders') }}
    • {{ __('Product') }}
  • {{__('wishlist')}}
  • {{__('Chat')}}
  • {{__('wallet_payments')}}
    • {{ __('Wallet') }}
    • {{__('Invoices')}}
  • {{ __('Reviews') }}
  • {{__('support_tickets')}}
  • {{ __('Notifications') }}
  • {{ __('Settings') }}
    • {{ __('Profile') }}
    • {{ __('Change Password') }}
    • {{ __('account_settings') }}
    • {{ __('billing_address') }}
    • {{ __('notification_preferences') }}
    • {{ __('Delete Account') }}