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

Communities Banner Section

Communities Banner Section Form

@csrf


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

@include('Partials.footer')