@extends('layouts.frontend')
@section('title', 'Wallet')
@section('content')
@if(Session::has('message'))
Account Balance ({{ $settings_->where('key', 'currency')->first()->value ?? '' }})
{{--Current Balance @if(isset(auth()->user()->member->loans)) {{number_format(auth()->user()->member->loans()->sum('amount')??0,0)}} {{ $settings_->where('key', 'currency')->first()->value ?? '' }} @else 0.0 @endif
--}}