@extends('user.layout.unauth-app') @section('content')
{!! __('home.opening_text') !!}
{{ __('home.join_us_btn') }} {{ __('home.login_btn') }}

{!! __('home.join_us_text') !!}

{!! __('home.get_app') !!} google apps google play-store
banner

{!! __('home.why_us') !!}

{!! __('home.why_us_paragraph') !!}

{!! __('home.why_us_link1') !!}

{!! __('home.why_us_link1_des') !!}

{!! __('home.why_us_link2') !!}

{!! __('home.why_us_link2_des') !!}

{!! __('home.why_us_link2') !!}

{!! __('home.why_us_link3_des') !!}

{!! __('home.tools_to_save_time') !!}
tools
soul mates
{!! __('home.find_soulmate') !!}
{!! __('home.ideal_profiles_section') !!}
ideal profile
left side
{!! $meetingTypeDescription !!} {{-- {!! __('home.are_you_single_text') !!} --}}
right side
{!! __('home.why_us_link2') !!}
@if (count($testimonials) > 0)
@foreach ($testimonials as $testimonial)
@if (!empty($testimonial->user->profile->image)) user profile @else user profile @endif

{{ ucwords($testimonial->user->username) }}

{{ $testimonial->testimonial }}

@endforeach
@endif
@endsection