@extends('admin.layouts.master') @section('title', 'Edit All Dropdown Settings - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Dropdown Settings') }}
@method("PUT") @csrf

my_courses == 1 ? 'checked' : '' }} />

my_wishlist == 1 ? 'checked' : '' }} />

purchased_history == 1 ? 'checked' : '' }} />

my_profile == 1 ? 'checked' : '' }} />

flash_deal == 1 ? 'checked' : '' }} />

donation == 1 ? 'checked' : '' }} />

my_wallet == 1 ? 'checked' : '' }} />

affilate == 1 ? 'checked' : '' }} />

compare == 1 ? 'checked' : '' }} />

search_job == 1 ? 'checked' : '' }} />

job_portal == 1 ? 'checked' : '' }} />

form_enable == 1 ? 'checked' : '' }} />

my_leadership == 1 ? 'checked' : '' }} />

affilate_dashboard == 1 ? 'checked' : '' }} />
@endsection