modified dashboard controller
This commit is contained in:
@@ -217,9 +217,7 @@ class DashboardController extends Controller
|
|||||||
->with('open', $open)
|
->with('open', $open)
|
||||||
->with('approved', $approved)
|
->with('approved', $approved)
|
||||||
->with('denied', $denied)
|
->with('denied', $denied)
|
||||||
->with('lava', $lava)
|
->with('lava', $lava);
|
||||||
->with('invoice', $invoice)
|
|
||||||
->with('ores', $ores);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user