nombre) }}"> @if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
email) }}"> @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('pais_id')) {{ $errors->first('pais_id') }} @endif
@if ($errors->has('estado_id')) {{ $errors->first('estado_id') }} @endif
@if ($errors->has('ciudad_id')) {{ $errors->first('ciudad_id') }} @endif
@if ($errors->has('direccion')) {{ $errors->first('direccion') }} @endif
telefono) }}"> @if ($errors->has('telefono')) {{ $errors->first('telefono') }} @endif
fax) }}"> @if ($errors->has('fax')) {{ $errors->first('fax') }} @endif
@if ($errors->has('convenio_id')) {{ $errors->first('convenio_id') }} @endif
@if ($errors->has('registro')) {{ $errors->first('registro') }} @endif
@if(isset($user))

Llene este campo solamente si desea cambiar la clave

@endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(!isset($user))
@if ($errors->has('password-confirm')) {{ $errors->first('password-confirm') }} @endif
@endif

Lista de Roles


@foreach($roles AS $item)
{{ Form::checkbox('roles[]', $item->id, null, ['id'=>$item->id]) }}
@endforeach
@if(isset($user)) @endif @section('scripts') @endsection