@extends('V2.layouts.onBoarding') @section('content')

Escuché sobre QuitSure de…*

{{-- Recommended by a QuitSure user --}}
{{-- The QuitSure Facebook Group --}}
{{-- A Facebook Ad --}}
{{-- Searched on Google --}}
{{-- App store vs Play store --}} @if (strtolower($deviceType ?? '') === 'android')
@else
@endif {{-- On Instagram --}}
{{-- From a non-smoker friend/family --}}
{{-- Others --}} @php // Extract "Other:*" values if present $other = array_filter($heardAboutUs ?? [], fn($val) => str_starts_with($val, 'Other')); $otherValue = ''; if (!empty($other)) { $otherValue = explode(':', implode(',', $other))[1] ?? ''; } @endphp @if (!empty($other))
@else
@endif
@endsection @push('scripts') @endpush