@extends('layouts.app') @section('title', 'Edit Community') @section('page-title', 'Edit Community') @section('breadcrumb', $community->name) @section('content')
@csrf @method('PUT')
Cancel
@endsection