@extends('admin.layouts.app') @section('title', $group->exists ? __('groups.edit_title') : __('groups.create_title')) @section('header', $group->exists ? __('groups.edit_title') : __('groups.create_title')) @section('breadcrumb') {{ __('groups.title') }} / {{ $group->exists ? __('common.edit') : __('common.new') }} @endsection @section('content')
@csrf @if($group->exists) @method('PUT') @endif
@error('name')

{{ $message }}

@enderror
{{ __('common.cancel') }}
@endsection