add pickup instructions to checkout complete page

This commit is contained in:
2026-05-02 15:48:11 -04:00
parent ce5b69f362
commit a1ef5686e3
@@ -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