updated column in orders module
This commit is contained in:
@@ -23,7 +23,7 @@ class AdminController extends Controller
|
||||
public function orders(){
|
||||
$AdminModel = new AdminModel;
|
||||
$array_payment_details = $AdminModel->selectPaymentDetails('All', null);
|
||||
|
||||
// var_dump($array_payment_details);
|
||||
return view('admin_pages.orders')
|
||||
->with('array_payment_details', $array_payment_details);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user