@php $l = $link; $defaults = [ 'id' => $l?->id ?? null, 'name' => $l?->name ?? '', 'country_code' => $l?->country_code ?? '+91', 'phone_number' => $l?->phone_number ?? '', 'welcome_message' => $l?->welcome_message ?? "Hi! I'd like to chat about your offer.", 'slug' => $l?->slug ?? '', 'utm_source' => $l?->utm_source ?? '', 'utm_medium' => $l?->utm_medium ?? '', 'utm_campaign' => $l?->utm_campaign ?? '', 'expires_at' => $l?->expires_at?->format('Y-m-d') ?? '', 'status' => $l?->status ?? 'active', ]; $existingSlug = $l?->slug ?? null; $existingShort = $l ? url('/l/' . $l->slug) : null; @endphp
WhatsApp links / {{ $mode === 'edit' ? 'Edit' : 'New' }}
{{ $mode === 'edit' ? 'Edit' : 'Mint a' }} {{ __('short link') }}
{{ $mode === 'edit' ? 'Saved' : 'Draft / unsaved' }}
1 {{ __('Destination') }}
2 {{ __('Starter') }}
3 {{ __('Tracking') }}
{{-- STEP 1: DESTINATION --}}
01 {{ __('Where does the link go?') }} {{ __('required') }}
{{ __('For your records — visitors never see this.') }}
{{ __('You can pause a link without deleting its click history.') }}
{{ __('Pick the country flag — the dial code is added automatically. Number must be active on WhatsApp.') }}
{{-- STEP 2: STARTER --}} {{-- STEP 3: TRACKING --}}
{{ __('Step') }} 1 of 3