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

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

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

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

@if ($route != '') {{ __('voyager::profile.edit') }} @endif
@stop