@extends('layouts.app') @section('metades') @endsection @section('title') {{$data['metaTitle']}} @endsection @section('css') @endsection @section('content')
@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '927')

{{ $item['title'] }}

@endif @endforeach
@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '917')

{{__('Leave a Message')}}

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@csrf
@if (count($item['dynamicSections'])> 0 )
@if(count($dynamicSection['subSections'])> 0 ) @foreach($item['dynamicSections'] as $dk => $dynamicSection)

{{ $dynamicSection['title'] }}

@foreach($dynamicSection['subSections'] as $key=>$subSection) @endforeach @endforeach @endif
@endif

@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endif @endforeach @foreach ($data['moduleItems'] as $item) @if ($item['id'] == '918')

{{ $item['title'] }}

@if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)
  • {!! html_entity_decode($dynamicSection['description']) !!}

    {{--

    {!! html_entity_decode($dynamicSection['longDescription']) !!}

    --}}
@endforeach @endif
@endif @endforeach
@endsection @section('js') @endsection @push('scripts') @endpush