@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Careers Inner Page Form Section Careers Inner Page Form Section Form @csrf Section Title: Section Description: {{ old('section_description', $careerInnerForm['section_description'] ?? '')}} Choose a Section Image: *Dimension: 580px X 592px Section Image Choose Image {{ isset($careerInnerForm) ? 'Update' : 'Submit' }} @include('Partials.footer')