@extends('layouts.main') @section('content')
{{ __('ATTENTION!') }}
{{ __('Only edit these settings if you know exactly what you are doing ') }}
{{ __('You usually do not need to change anything here') }}
@csrf @method('PATCH')
@error('identifier')
{{ $message }}
@enderror
@error('user_id')
{{ $message }}
@enderror
@endsection