My Details

@php $navigation = [ [ 'label' => 'Dashboard', 'href' => route('static.user.dashboard'), 'is_active' => request()->is(['static/user']) ], [ 'label' => 'My Details', 'href' => route('static.user.details'), 'is_active' => request()->is(['static/user/details', 'static/user/details/*']) ], [ 'label' => 'Subscriptions', 'href' => route('static.user.subscriptions'), 'is_active' => request()->is(['static/user/subscriptions']) ], [ 'label' => 'Favourites', 'href' => route('static.user.favourites'), 'is_active' => request()->is(['static/user/favourites']) ], ]; @endphp
{{-- Example only! Use above --}}

My Profile

@csrf

Password and security

Keep your password secure.

Change your password

My communication preferences

@csrf
My newsletter preference My other preference That preference that doesn't exist