@extends('layouts.landing') @section('title', 'Menu Page Settings') @section('content')
@include('elements.settings-menu')
Menu Settings
@csrf

Customise and change your default menus

feed_status == 1 ? 'checked' : ''}}>
network_status == 1 ? 'checked' : ''}}>
profile_status == 1 ? 'checked' : ''}}>
chat_status == 1 ? 'checked' : ''}}>
mentorship_status == 1 ? 'checked' : ''}}>
forum_status == 1 ? 'checked' : ''}}>
elearning_status == 1 ? 'checked' : ''}}>
announcement_status == 1 ? 'checked' : ''}}>
donation_status == 1 ? 'checked' : ''}}>
referral_status == 1 ? 'checked' : ''}}>
subscription_status == 1 ? 'checked' : ''}}>
transaction_status == 1 ? 'checked' : ''}}>
users_status == 1 ? 'checked' : ''}}>
verify_status == 1 ? 'checked' : ''}}>
@if(Auth::user()->isSuperAdmin())
goal_status == 1 ? 'checked' : ''}}>
visibility_status == 1 ? 'checked' : ''}}>
resource_status == 1 ? 'checked' : ''}}>
saving_status == 1 ? 'checked' : ''}}>
withdrawal_status == 1 ? 'checked' : ''}}>
investment_status == 1 ? 'checked' : ''}}>
poll_status == 1 ? 'checked' : ''}}>
@endif
@endsection