@extends('layouts.app') @section('title', 'Groups') @section('content')
@csrf @method('PUT') @include('group.partials.form', ['header' => 'Edit a Group'])
@stop @push('styles') @endpush @push('scripts') @endpush