@extends('layouts.site') @section('content')
verify
@if($userData->type == 'visitors')

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

{{ trans('home.account-active-success') }}

@else

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

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

@endif
@endsection