number format for srp admin dashboard

This commit is contained in:
2019-08-04 01:32:06 -05:00
parent 8ceea4b491
commit eef6bde7fe

View File

@@ -89,6 +89,9 @@ class SRPAdminController extends Controller
}
}
$sum_actual = number_format($sum_actual, 2, '.', ',');
$sum_loss = number_format($sum_loss, 2, '.', ',');
//Return the view with the variables
return view('srp.admin.process')->with('requests', $requests)
->with('sum_actual', $sum_actual)