@extends('layouts.core.backend', [ 'menu' => 'admin_group', ]) @section('title', $group->name) @section('page_header')

edit {{ $group->name }}

@endsection @section('content')
{{ csrf_field() }} @include("admin.admin_groups._form")
{{ trans('messages.cancel') }}
@endsection