@extends('adminlte::page') @section('title', 'Perfil del usuario') @section('content_header')

Perfil de usuario

@stop @section('content')

{{$user->name}} {{$user->lastname}}

{{$user->username}}

Descripción

{{empty($user->description) ? "Sin descripción ingresada":$user->description}}

user image Jonathan Burke Jr. Shared publicly - 7:30 PM today

Lorem ipsum represents a long-held tradition for designers, typographers and the like. Some people hate it and argue for its demise, but others ignore the hate as they create awesome tools to help create filler text for everyone from bacon lovers to Charlie Sheen fans.

Like: 587 Comments (5)

user image Jonathan Burke Jr. Shared publicly - 7:30 PM today

Lorem ipsum represents a long-held tradition for designers, typographers and the like. Some people hate it and argue for its demise, but others ignore the hate as they create awesome tools to help create filler text for everyone from bacon lovers to Charlie Sheen fans.

Like: 587 Comments (5)

{{ csrf_field() }}
@stop @section('css') {{-- --}} @stop @section('js') @stop