@extends('frontend.auth.master')
@section('content')
{{ __('frontend::static.account.my_wallet') }}
{{ __('frontend::static.account.cofirm_title') }}
“{{ session('email_or_phone') }}”
@if (session()->has('error'))
{{ session()->get('error') }}
@endif
@endsection
@push('js')
@endpush