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