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