@extends(getenv("THEME") . ".layouts.argo") @section("content")

Atualizar Administrador

id)}}" method="POST" id="formulario"> {{csrf_field()}}
@if($errors->has("name")) @foreach($errors->get("name") as $e) {{$e}} @endforeach @endif
@if($errors->has("cpfcnpj")) @foreach($errors->get("cpfcnpj") as $e) {{$e}} @endforeach @endif
@if($errors->has("email")) @foreach($errors->get("email") as $e) {{$e}} @endforeach @endif
@if($errors->has("password")) @foreach($errors->get("password") as $e) {{$e}} @endforeach @endif
@if($errors->has("password_confirmation")) @foreach($errors->get("password_confirmation") as $e) {{$e}} @endforeach @endif
nome }}" type="submit" value="Atualizar">
@endsection