@extends('layouts.app') @section('keywords', '') @section('description', '') @section('content')
First slide

PRIVACY STATEMENT

Hello {{ Auth::user()->first_name . ' ' . Auth::user()->last_name }} ({{ Auth::user()->username }})

{{-- --}} Back
{{ $data->content['question_one'] ?? '' }}

{{--

We collect information from you when you complete the Membership Info/Form on our website.

The Membership Info/Form requests your name, phone number and email address.

--}} {!! $data->content['ans_one'] ?? '' !!}

{{ $data->content['question_two'] ?? '' }}

{{--

Any of the information we collect from you may be used in one of the following ways:

--}} {!! $data->content['ans_two'] ?? '' !!}
{{ $data->content['question_three'] ?? '' }}

{{--

We do not sell, trade, or otherwise transfer to outside parties any of your personal information.

--}} {!! $data->content['ans_three'] ?? '' !!}
{{ $data->content['question_fore'] ?? '' }}

{{--

By using our site, you consent to our website’s privacy policy.

--}} {!! $data->content['ans_fore'] ?? '' !!}
{{ $data->content['question_five'] ?? '' }}

{{--

If we decide to change our privacy policy, we will post those changes on this page.

--}} {!! $data->content['ans_five'] ?? '' !!}
@endsection