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

Ich habe vor

Ich {{ $bAlreadyQuit ? 'rauchte' : 'rauche' }} typischerweise

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

Ich habe vor

Anzahl der Packungen, die ich typischerweise {{ $bAlreadyQuit ? 'kaute' : 'kaue' }}

@else

Ich habe vor

Ich {{ $bAlreadyQuit ? 'konsumierte' : 'konsumiere' }} typischerweise

@endif
@endsection