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

Contact Banner Section

Contact Banner Section Form

@csrf


@if (isset($contactBanner->banner_image) && !empty($contactBanner->banner_image)) Image Preview @else @endif

@include('Partials.footer')