@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')
Account Settings
@csrf
Thumbnail
Set the category thumbnail image. Only *.png, *.jpg and *.jpeg image files are accepted
General
@if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif
Full Name
Email Address
Save Profile
@include('partials.footer')
@include('global.footer-links')