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

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

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

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

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