@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


@if (isset($ourTeamLastImageSection['last_image']) && !empty($ourTeamLastImageSection['last_image'])) Image Preview @else @endif

@include('Partials.footer')