@extends('frontend.layouts.main') @php $seos = App\Models\SeoSetting::first(); @endphp {{$seos->meta_title}} @section('content')
@if(Auth::user()) @else
@csrf
@if($social_media_login->facebook_activation == 1)
google logo {{ translate('Register') }}
@endif @if($social_media_login->google_activation == 1)
google logo {{ translate('Register') }}
@endif

{{ translate('I am a') }}:

{{ translate('Am Looking for') }}:

@error('am_looking_for_id')
{{ $message }}
@enderror

{{ translate('Date of Birth') }} *

{{ translate('First Name') }}

@error('first_name') {{ $message }} @enderror

{{ translate('Last Name') }}

@error('last_name') {{ $message }} @enderror

{{ translate('Username')}}

@error('user_name') {{ $message }} @enderror

{{ translate('Email Address') }}

@error('email')
{{ $message }}
@enderror

{{ translate('Password') }}

@error('password')
{{ $message }}
@enderror
@if($recaptchaKeys)
@endif

{{ translate('By choosing "Register", you agree to our Terms of Use (including Mandatory Dispute Arbitration) and understand our Privacy Statement.') }}

@endif
{{ $homes->value_title }}

{{ $homes->value_subtitle }}

{{ $homes->value_description }}

{{ $homes->matches_value }}

{{ $homes->matches_name }}

{{ $homes->matched_value }}

{{ $homes->matched_name }}

{{ $homes->register_value }}

{{ $homes->register_name }}

relationship image

{{ $homes->faq_title }}

{{ $homes->faq_subtitle }}

{{ $homes->faq_description }}

@guest {{ $homes->profile_name }} @endguest
@foreach($faqs as $index => $faq)
{{ $index + 1 }}

{{ $faq->title }}

{{ $faq->description }}

@endforeach

{{ $homes->latest_text }}

{{ $homes->latest_subText }}

{{-- --}}
@foreach ($latestUsers as $latestUser)
image
{{$latestUser->name}}
@endforeach

{{ $homes->blog_title }}

@foreach($blogs as $blog) @endforeach

{{ $homes->magzine_title }}

image
{{ $homes->magzine_image_title }}
image
{{ $homes->magzine_image_title_2}}
image
{{ $homes->magzine_image_title_3}}
@if($cookie && $cookie->status == 1) {{-- --}} @endif {{-- Old Script code for dob and age --}} {{-- --}} {{-- Old Script code for dob and age --}} {{-- --}} @endsection