{{-- start of wallets --}}
Prepaid Wallet Balance
{{--
Balance
--}}
{{Auth::user()->wallet_search('Prepaid')->country_currency->code}} {{number_format(Auth::user()->wallet_search('Prepaid')->wallet_balance(),2,'.',',')}}
{{--
Valid Till
{{Auth::user()->wallet_search('Prepaid')->ends_on}}
--}}
@if (Auth::user()->wallet_search('Postpaid')->wallet_balance()>0)
Postpaid Wallet Balance
{{Auth::user()->wallet_search('Postpaid')->country_currency->code}} {{number_format(Auth::user()->wallet_search('Postpaid')->wallet_balance(),2,'.',',')}}
{{--
Valid Till
{{Auth::user()->wallet_search('Postpaid')->ends_on}}
--}}
@endif
Reward Wallet Balance
{{Auth::user()->wallet_search('Reward')->country_currency->code}} {{number_format(Auth::user()->wallet_search('Reward')->wallet_balance(),2,'.',',')}}
{{--
Valid Till
{{Auth::user()->wallet_search('Reward')->ends_on}}
--}}
{{-- end of wallets --}}