@extends('adminlte::page')
@section('title', 'PERFIL USUARIO')
@section('content_header')
@stop
@section('content')
@stop
@section('footer')
@stop
@section('js')
@if(session('password') == 'ok')
@endif
@if(session('password') == 'incorrect')
@endif
@if(session('password') == 'fail')
@endif
@if(session('password') == 'empty')
@endif
@if(session('password') == 'nomatch')
@endif
@stop