srp admin dashboard

This commit is contained in:
2020-03-06 18:31:28 -06:00
parent 4ae8a747b4
commit b571781578
2 changed files with 4 additions and 0 deletions

View File

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