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

Home About Section

Home About Section Form

@csrf


@if (isset($homeAbout->about_left_image) && !empty($homeAbout->about_left_image)) Left Side Image Preview
@else
@endif



@if (isset($homeAbout->about_right_image) && !empty($homeAbout->about_right_image)) Right Side Image Preview
@else
@endif

@include('Partials.footer')