@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 B2C: path/link-source/login/loader) is resolved server-side from the shared tbl_DeepLinks and forwarded verbatim; coupon_id comes from the query string. The `deeplink` marker lets B2CController recognize this self-hosted submission (there is no branch_match_id referer here). Submits exactly like the Branch flow so the downstream session logic is unchanged. --}}
@csrf @foreach ($params as $key => $value) @endforeach
@include('partials.bodyEndScript')