@extends('user.layout.base') @section('title', 'Wallet ') @section('content')

@lang('user.my_wallet')

@include('common.notify')
{{ csrf_field() }}

{{currency(Auth::user()->wallet_balance)}} @lang('user.in_your_wallet')

@if(Setting::get('CARD') == 1)
@lang('user.add_money')

@if($cards->count() > 0) @else

Please add card to continue

@endif
@endif
@endsection