@include('Partials.sidebar')
@include('Partials.header')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Careers Last Image Section

Careers Last Image Section Form

@csrf


@if (isset($careersLastImage->last_image) && !empty($careersLastImage->last_image)) Image Preview @else @endif

@include('Partials.footer')