{{$title}}

@if(!$add && !$update)
@endif
@include('components.report.alerting.alert') @if(!$add && !$update)
@foreach($records as $record) @endforeach
Nome Cognome Gruppo    
{{$record->firstname}} {{$record->lastname}} {{$record->group()}} @if($record->username != 'admin') @endif @if($record->username != 'admin') @endif
@else

Inserimento/Modifica

@error('firstname')
{{ $message }}
@enderror
@error('lastname')
{{ $message }}
@enderror
@error('username')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Lasciare vuoto per non aggiornarla @error('password')
{{ $message }}
@enderror
@if($add) @endif @if($update) @endif
@endif