Convert checkout view
This commit is contained in:
parent
610b3ca4ad
commit
6360e1ad10
@ -85,7 +85,7 @@ class PagesController extends Controller
|
|||||||
->sum('winning_cost');
|
->sum('winning_cost');
|
||||||
return view('checkout', [
|
return view('checkout', [
|
||||||
'checkout_list_results' => $checkout_list_results,
|
'checkout_list_results' => $checkout_list_results,
|
||||||
'$checkout_cost_result' => $checkout_cost_result,
|
'checkout_cost_result' => $checkout_cost_result,
|
||||||
'checkout_info_results' => $checkout_info_results
|
'checkout_info_results' => $checkout_info_results
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user