@extends('admin.layouts.app') @push('scripts_header') @endpush @section('content')
Edit Community
@csrf @method('put')
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{--
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
--}}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif
Back
@endsection