@extends('layout.sidebar') @section('content') {{ HTML::script('js/user/profile.js') }}

Perfil

Bienvenido {{ Auth::user()->username }} !!

@stop()