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

Home Parallel Image Section

Home Parallel Image Section Form

@csrf


@if (isset($imageSection->bg_image) && !empty($imageSection->bg_image)) Banner Image
@else
@endif


@include('Partials.footer')