@php $lang = LaravelLocalization::getCurrentLocale(); @endphp @if (str_contains(url()->current(), $launchpage['slug_en'])) @endif @if (request()->segments()[1] == $launchpage['slug_ar']) @endif {{-- --}} {{ $launchpage['header_' . $lang] }}
@if ($launchpage->logoimage)
logo_image
@endif
{!! $launchpage['content_' . $lang] !!}

{{ $launchpage->phone }}

@csrf @if (session('success'))
{{ session('success') }}
@endif @if (request()->segments()[0] != 'Join-REMAX') @lang('site.launchquote') @endif
@if ($errors->has('name')) @endif
@if ($errors->has('mobile')) @endif
@if ($errors->has('email')) @endif