@extends('layouts.site') @section('content')

{{ trans('home.questions') }}

@csrf

{{ trans('auth.email') }}

@error('email') @enderror

{{ trans('home.question1') }}

@if(config('app.locale') == "en")
@else
@endif @error('ans1') @enderror
{{ trans('home.question2') }}
@if(config('app.locale') == "en")


@else


@endif @error('ans2') @enderror
{{ trans('home.question3') }}
@if(config('app.locale') == "en")





@else





@endif @error('ans3') @enderror
{{ trans('home.question4') }}
@if(config('app.locale') == "en")




@else




@endif @error('ans4') @enderror
{{ trans('home.question5') }}
@if(config('app.locale') == "en")

@else

@endif @error('ans5') @enderror
{{ trans('home.question6') }}
@if(config('app.locale') == "en")
@else
@endif @error('ans6') @enderror
{{ trans('home.question7') }}
@if(config('app.locale') == "en")

@else

@endif @error('ans7') @enderror
{{ trans('home.question8') }}
@if(config('app.locale') == "en")

@else

@endif @error('ans8') @enderror
{{ trans('home.question9') }}
@if(config('app.locale') == "en")

@else
@endif @error('ans9') @enderror
{{ trans('home.question10') }}
@if(config('app.locale') == "en")

@else

@endif @error('ans10') @enderror
@endsection