@extends('voyager::master') @section('css') @stop @section('content')
{{ ucwords(app('VoyagerAuth')->user()->name) }}
{{ ucwords(app('VoyagerAuth')->user()->email) }}
{{ app('VoyagerAuth')->user()->bio }}
{{ __('voyager::profile.edit') }}
@stop