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