From 1e134a8e4b6b3aba2178331f87982468b1347893 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sat, 6 Jun 2026 17:04:44 +0000 Subject: [PATCH] Add paystack-sheet partial for hosting account renewals. The account overview page includes this partial for mobile Paystack checkout when exiting the panel. Co-authored-by: Cursor --- .../views/partials/paystack-sheet.blade.php | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 resources/views/partials/paystack-sheet.blade.php diff --git a/resources/views/partials/paystack-sheet.blade.php b/resources/views/partials/paystack-sheet.blade.php new file mode 100644 index 0000000..559bf73 --- /dev/null +++ b/resources/views/partials/paystack-sheet.blade.php @@ -0,0 +1,54 @@ +{{-- + Paystack mobile bottom-sheet iframe. + Requires Alpine.js ancestor with: showSheet (bool), checkoutUrl (string). + On mobile (< md) the sheet slides up; on desktop nothing renders. +--}} +