@extends('voyager::master') @section('css') @stop @section('content')
{{ Auth::user()->name }} avatar

Usuario: {{ ucwords(Auth::user()->name) }}

{{--
Correo: {{ ucwords(Auth::user()->email) }}
--}} {{--

{{ Auth::user()->bio }}

--}} {{ __('voyager::profile.edit') }}
@stop