@include('partials.headScript') @include('partials.bodyStartScript') {{-- Self-hosted deep-link mode: every custom param stored on the link (the Branch $custom_meta_tags equivalent — for B2B: partner/access) is resolved server-side from the shared tbl_DeepLinks and forwarded verbatim; coupon_id comes from the query string. The `deeplink` marker is harmless here (B2B detects the submission via the partner field). Submits exactly like the Branch flow so the downstream partner validation is unchanged. --}}
@csrf @foreach ($params as $key => $value) @endforeach
@include('partials.bodyEndScript')