User-Profile

{{ auth()->user()->full_name ?? 'Austin Robertson' }}

- {{ str_replace('_', ' ', $userRoleName) }}

Profile

{!! Form::model($data, [ 'route' => ['users.update', auth()->user()->id], 'method' => 'patch', 'enctype' => 'multipart/form-data', ]) !!}

{{ auth()->user()->full_name ?? 'Austin Robertson' }}

- {{ $userRoleName }}

User Profile

{!! Form::model($data, [ 'route' => ['users.update', auth()->user()->id], 'method' => 'patch', 'enctype' => 'multipart/form-data', ]) !!}
@include('partials.components.share-offcanvas')