@extends('layout.default') @section('content')

Groups | edit - {{ $group->name }}

@method('PUT') @csrf
@if ($errors->any())
@endif
@endsection