@extends("layouts.dashboard.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All User Balances")}}
| {{__("Total")}} | {{number_format($total, 2) . " SR"}} | |
| {{__("Technician Name")}} | {{__("Balance")}} | |
|---|---|---|
| {{$key}} | @if($user != 0){{number_format($user, 2) . " SR"}} | @else@endif |