srp admin dashboard

This commit is contained in:
2020-03-06 18:34:34 -06:00
parent b571781578
commit e1c63db7a3

View File

@@ -98,8 +98,6 @@ 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)