@props(['data']) @php $parent = reset($data); $child = array_values(array_slice($data, 1)); @endphp

{{$parent['title']}}

{{$parent['header']}}

{{$parent['description']}}

@csrf
{{--
--}}
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) {{$errors->first('g-recaptcha-response')}} @endif
@if (!empty($child)) @foreach ($child as $value )

{{$value['offiece']}}

{{$value['address']}}

Email: {{$value['email']}}

Phone: {{$value['phone']}}

@endforeach @endif