srp admin dashboard
This commit is contained in:
@@ -98,8 +98,6 @@ class SRPAdminController extends Controller
|
|||||||
$sum_actual = number_format($sum_actual, 2, '.', ',');
|
$sum_actual = number_format($sum_actual, 2, '.', ',');
|
||||||
$sum_loss = number_format($sum_loss, 2, '.', ',');
|
$sum_loss = number_format($sum_loss, 2, '.', ',');
|
||||||
|
|
||||||
dd($viewShipTypes);
|
|
||||||
|
|
||||||
//Return the view with the variables
|
//Return the view with the variables
|
||||||
return view('srp.admin.process')->with('requests', $requests)
|
return view('srp.admin.process')->with('requests', $requests)
|
||||||
->with('sum_actual', $sum_actual)
|
->with('sum_actual', $sum_actual)
|
||||||
|
|||||||
Reference in New Issue
Block a user