@php /** @var LaraBB\Group\Models\Group $group */ @endphp @extends('admin::Layouts.master') @section('content')
@include('partials.messages')
@csrf
@include('partials.button', ['context' => 'primary', 'type' => 'submit', 'icon' => 'save', 'label' => 'Speichern'])
@stop