@extends($activeTemplate . 'layouts.master')
@section('content')
-
@lang('Account No.')
{{ $user->account_number }}
@if ($user->branch)
-
@lang('Branch')
{{ $user->branch->name }}
@endif
-
@lang('Username')
{{ $user->username }}
-
@lang('Email')
{{ $user->email }}
-
@lang('Mobile')
+{{ $user->mobile }}
-
@lang('Country')
{{ $user->address->country }}
@endsection
@push('style')
@endpush
@push('script')
@endpush
@push('bottom-menu')
@lang('Profile')
@if ($general->modules->referral_system)
@lang('Referral')
@endif
@lang('2FA Security')
@lang('Change Password')
@lang('Transactions')
@endpush