@extends("admin.template.layout") @section('header') @endsection @section('content')
{{$mode ?? $page_heading}}
@csrf()
@error('admin_ids')
{{ $message }}
@enderror
@if($community->image) @endif
@stop @section('script') @stop