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

Next, we want to learn more about your goals for {{ $vGoalLabel }}

Your answers will allow us to create the best experience for you.

@php $buttonId = ''; if(isset($vDeviceOS) && !empty($vDeviceOS) && floatval($vDeviceOS) < 14) { // Do nothing } else { $buttonId = 'id="getUserRating"'; } @endphp
@endsection