@extends('layouts.app') @section('title', 'Billeteras') @section('content') @include('dashboard.components.master_modals')
@foreach ($wallets as $currency => $balance) @endforeach
Moneda Balance
{{ $currency }} {{ number_format($balance, 2, ',', '.') }}
@endsection