@extends('V2.layouts.onBoarding') @section('content')
@if (in_array('Cigarettes', $setNicotineTypes))

I started smoking

I typically {{ $bAlreadyQuit ? 'smoked' : 'smoke' }}

@elseif (count($setNicotineTypes) == 1 && in_array('Smokeless (chewing, inhalers, snusing, etc.)', $setNicotineTypes))

I started consuming nicotine/tobacco

Number of packets I typically {{ $bAlreadyQuit ? 'chewed' : 'chew' }}

@else

I started smoking/vaping

I typically {{ $bAlreadyQuit ? 'consumed' : 'consume' }}

@endif
@endsection