@extends('adminlte::page') @section('title', 'Usuarios') @section('content_header')

Usuarios

@stop @section('content')
{!! $errors->has('nombre') ? ''.$errors->first('nombre').'' : '' !!}
{!! $errors->has('nivel') ? ''.$errors->first('nivle').'' : '' !!}
@stop