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