@extends('layout') @section('content') @section('seguridad-active', 'active') @section('users-active', 'active')

VISUALIZAR USUARIO

Datos Generales


@if ($errors->has('usuario')) {{ $errors->first('usuario') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('colaborador_id')) {{ $errors->first('colaborador_id') }} @endif

Roles


@foreach($roles as $role)
id",$role_user)) checked @elseif(is_array(old('role')) && in_array("$role->id",old('role'))) checked @endif disabled>
@endforeach
Los campos marcados con asterisco () son obligatorios.
Regresar @can('haveaccess', 'user.edit') Editar @endcan
@push('styles') @endpush @push('scripts') @endpush @stop