@extends('layouts.metronic') @section('content')
{{ (!empty($banner))?'Editare':'Adăugare' }} Utilizator
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }}xxx @endif
@if ($errors->has('password')) Parola trebuie să conțină cel puțin 8 caractere în care să regăsim o literă mare, o literă mică, un digit și un caracter special @endif
@endsection @section('menuVariables') var menuItemName = "menuUsers"; var submenuItemName = ""; @stop