@extends('master')
@section('style')
@endsection
@section('content')
@include('pages.partials.panel', ['title' => 'Mi perfil', 'subTitle' => 'Home / Mi perfil'])
{{$user->usu_nom}}
{{$user->per_nom}}
{{$user->usu_log}}
@endsection
@section('footer')
@include('partials.footer')
@endsection
@section('scripts')
@if ($message = Session::get('success'))
@endif
@if ($message = Session::get('error'))
@endif
@endsection