@extends('layouts.adminpages') @section('content')
@if ($user->hasRole('consultant')) Volver @else Volver @endif
Editar Usuario

@csrf @method('PUT')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('surname')) {{ $errors->first('surname') }} @endif
@if ($errors->has('identification')) {{ $errors->first('identification') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('cellphone')) {{ $errors->first('cellphone') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('role')) {{ $errors->first('role') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@endsection