@extends('mailcoach::landingPages.layouts.landingPage', [ 'title' => __mc('Please confirm that you are not a robot'), 'noIndex' => true, ]) @section('landing')

{{ __mc("Hey! Please confirm that you are not a robot.") }}

@foreach ($data as $key => $value) @if (is_iterable($value)) @foreach ($value as $formKey => $formValue) @endforeach @else @endif @endforeach
@foreach ($errors as $field => $errorMessages) @foreach ($errorMessages as $errorMessage)

{{ $errorMessage }}

@endforeach @endforeach
@endsection