@extends('admin.layouts.app') @section('panel')
user
  • @lang('Email'): {{ $user->email }}
  • @lang('Mobile number'): {{ $user->mobileNumber }}
  • @lang('Country'): {{ __($user->country_name) }}
  • @lang('Email Verification') @if ($user->ev) @else @endif
  • @lang('Mobile Verification') @if ($user->sv) @else @endif
@lang('Financial Overview')

@lang('Total Payment')

{{ gs('cur_sym') }}{{ showAmount($widget['total_payment'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Total Cash Payment')

{{ gs('cur_sym') }}{{ showAmount($widget['total_payment_cash'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Total Online Payment')

{{ gs('cur_sym') }}{{ showAmount($widget['total_payment_gateway'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Last Payment Amount')

{{ gs('cur_sym') }}{{ showAmount($widget['last_payment_amount'], currencyFormat: false) }} {{ __(gs('cur_text')) }}
@csrf
@lang('Full Information')
+{{ $user->dial_code }}
@lang('Login History')
@lang('View All')
@if ($user->status == Status::USER_ACTIVE) @lang('If this rider is banned, they will no longer have access to their dashboard.') @else @lang('Ban reason was'): {{ __($user->ban_reason) }} @endif
@csrf @if ($user->status == Status::USER_ACTIVE)
@else

@lang('Are you sure to unban this rider?')

@endif
@if ($user->status == Status::USER_ACTIVE) @else
@endif
@endsection @push('breadcrumb-plugins')
@if ($user->status == Status::USER_ACTIVE) @else @endif @lang('Notifications Logs')
@endpush @push('script') @endpush @push('style') @endpush