@if(!$add && !$update)

Utenti

@foreach($records as $record) @endforeach
Nome Email Livello Abilitato ...
{{$record->name}} {{$record->email}} {{$record->level == 0 ? 'Admin' : 'Worker'}} {{$record->enabled ? 'attivo' : 'disattivo'}}
@else
@if (session()->has('error')) @endif
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Lasciare vuota per NON modificarla @error('password')
{{ $message }}
@enderror
@if($add) @endif @if($update) @endif
@endif
@push('scripts') @endpush @push('scripts') @endpush