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