forked from TFMM/silent-auction
add pickup instructions to checkout complete page
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
<div class="card-body text-center py-4">
|
<div class="card-body text-center py-4">
|
||||||
<h2 class="text-success mb-2">Success!</h2>
|
<h2 class="text-success mb-2">Success!</h2>
|
||||||
<p class="text-muted">The checkout has been successfully processed.</p>
|
<p class="text-muted">The checkout has been successfully processed.</p>
|
||||||
|
<p class="strong text-azure">Please proceed to the Item Pickup Table and show the page below or the pdf receipt on your device!</p>
|
||||||
<div class="mt-3">
|
<div class="mt-3">
|
||||||
<a href="{{ route('receiptpdf', ['checkout_id' => $checkout_result]) }}" class="btn btn-primary" target="_blank">
|
<a href="{{ route('receiptpdf', ['checkout_id' => $checkout_result]) }}" class="btn btn-primary" target="_blank">
|
||||||
<i class="ti ti-printer me-2"></i>Print Receipt
|
<i class="ti ti-printer me-2"></i>Print Receipt
|
||||||
|
|||||||
Reference in New Issue
Block a user