@extends('layout.master') @section('css') @stop @section('content')
@csrf

Edit Community

@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('community_type'))
{{ $errors->first('community_type') }}
@endif
@stop @section('script') @stop