@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All User Balances")}}
{{__("Total")}} | {{number_format($total, 2) . " RS"}} |
{{__("client Name")}} | {{__("Balance")}} |
---|---|
{{$key}} | {{number_format($user, 2) . " RS"}} |