@extends('adminlte::page')
@section('title', 'Usuario')
@section('content_header')
@stop
@section('content')
@stop
@section('css')
@stop
@section('js')
@if(session('user') == 'ok')
@endif
@if(session('user') == 'fail')
@endif
@if(session('user') == 'empty')
@endif
@stop