@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Our Team Last Image Section Our Team Last Image Section Form @csrf Last Image *Dimension: 1920px X 876px @if (isset($ourTeamLastImageSection['last_image']) && !empty($ourTeamLastImageSection['last_image'])) @else @endif Choose Image {{ isset($ourTeamLastImageSection) ? 'Update' : 'Submit' }} @include('Partials.footer')