@use('app\Helpers\Helpers')
@extends('frontend.layout.master')
@push('css')
@endpush
@section('title', 'Wallet')
@section('breadcrumb')
@endsection
@section('content')
{{ __('frontend::static.account.my_wallet') }}
{{ Helpers::getDefaultCurrencySymbol() }}{{ auth()?->user()?->wallet?->balance ?? 00 }}
{{ __('frontend::static.account.transactions') }}