@extends('layouts.front') @section('content')
{{--

Get In Touch

We really appreciate you taking the time to get in touch. Please fill in the form below.

--}} @if($page->articles->isNotEmpty())
@foreach($page->articles as $key=>$article)
{!! $article->content !!}
@if($article->files->isNotEmpty()) @foreach($article->files as $file)

{{$file->original_name}}

@endforeach @endif
@endforeach
@endif

Lasǎ mesajul tǎu aici

@endsection