@php /** @var LaraBB\User\Models\User $user */ /** @var LaraBB\Group\Models\Group $group */ @endphp @extends('admin::Layouts.master') @section('pagecss') @stop @section('content')
@include('partials.messages')
@csrf
@if(!isset($user))
@endif
passwordchange_required ? ' checked' : '' }}>
deactivated_at ? ' checked' : '' }}>
@include('partials.button', ['context' => 'primary', 'type' => 'submit', 'icon' => 'save', 'label' => 'Speichern'])
@stop @section('pagejs') @stop