@extends('user::layouts.master') @php $sidebarItems = [ [ 'name' => 'Profile', 'route' => 'user.profile.edit', 'permission' => 'edit author profile', ], [ 'name' => 'Change Password', 'route' => 'user.profile.change-password', 'permission' => 'edit author profile', ], [ 'name' => 'Withdraw', 'route' => 'user.profile.withdraw', 'permission' => 'edit author profile', ], [ 'name' => 'Social Profiles', 'route' => 'user.profile.social', 'permission' => 'edit author profile', ], ]; @endphp @section('content') @if (session()->has('success'))