@extends('taxido::front.account.master') @section('title', __('taxido::front.dashboard')) @section('detailBox')

{{ __('taxido::front.dashboard') }}

{{ getDefaultCurrency()?->symbol }}{{ $rider?->wallet?->balance ?? 0 }}

{{ __('taxido::front.my_wallet') }}

{{ $rider->total_active_rides ?? 0 }}

{{ __('taxido::front.total_active_rides') }}

{{ $rider->total_complete_rides ?? 0 }}

{{ __('taxido::front.total_completed_rides') }}

{{ __('taxido::front.personal_information') }}

  • {{ __('taxido::front.name') }}:{{ $rider?->name ?? 'N/A' }}
  • {{ __('taxido::front.phone') }}: {{ $rider?->country_code ? '+' . $rider?->country_code : '' }} {{ $rider?->phone ?? 'N/A' }}
  • {{ __('taxido::front.address') }}: {{ $rider?->address ?? 'N/A' }}
  • Maximum Seats:

{{ __('taxido::front.login_details') }}

@endsection @push('scripts') @endpush