@extends('voyager::master') @section('css') @stop @section('content')
{{ ucwords(Auth::user()->name) }}
{{ ucwords(Auth::user()->email) }}
{{ Auth::user()->bio }}
@if ($route != '')
{{ __('voyager::profile.edit') }}
@endif
@stop