diff --git a/resources/views/mini/payment-qrs/partials/header-actions.blade.php b/resources/views/mini/payment-qrs/partials/header-actions.blade.php new file mode 100644 index 0000000..d03c0a8 --- /dev/null +++ b/resources/views/mini/payment-qrs/partials/header-actions.blade.php @@ -0,0 +1,37 @@ +@php + $shareUrl = $qrCode->publicUrl(); + $shareEnc = urlencode($shareUrl); + $shareText = urlencode($qrCode->label . ' — pay with QR'); +@endphp +
diff --git a/resources/views/mini/payment-qrs/show.blade.php b/resources/views/mini/payment-qrs/show.blade.php index 5eb5d5a..b7447fd 100644 --- a/resources/views/mini/payment-qrs/show.blade.php +++ b/resources/views/mini/payment-qrs/show.blade.php @@ -2,22 +2,28 @@{{ $c['business_name'] ?? '' }}@if(!empty($c['branch_label'])) · {{ $c['branch_label'] }}@endif
+{{ $c['business_name'] ?? '' }}@if(!empty($c['branch_label'])) · {{ $c['branch_label'] }}@endif
+{{ $qrCode->publicUrl() }}
-Standard black-and-white QR — ready to print at your till or counter.