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

{{ ucwords(app('VoyagerAuth')->user()->name) }}

{{ ucwords(app('VoyagerAuth')->user()->email) }}

{{ app('VoyagerAuth')->user()->bio }}

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