@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Contact Form Section Contact Form Section Form @csrf Section Title: Section Description: {{ $contactForm->section_description ?? '' }} Section Image *Dimension: 580px X 592px @if (isset($contactForm->section_image) && !empty($contactForm->section_image)) @else @endif Choose Image {{ isset($contactForm) ? 'Update' : 'Submit' }} @include('Partials.footer')