@extends('layouts.admin') @section('content')
{{ __('Edit Role') }}
{{ __('Back') }}
{{ __('Dashboard') }}
{{ __('Manage Roles') }}
{{ __('Edit Role') }}
{{csrf_field()}} @include('alerts.admin.form-both')
{{ __("Name") }} *
{{ __('(In Any Language)') }}
{{ __('Permissions') }}
{{ __('Orders') }} *
sectionCheck('orders') ? 'checked' : '' }}>
{{ __('Manage Categories') }} *
sectionCheck('categories') ? 'checked' : '' }}>
{{ __('Manage country') }} *
sectionCheck('manage-country') ? 'checked' : '' }}>
{{ __('Tax Calculate') }} *
sectionCheck('earning') ? 'checked' : '' }}>
{{ __('Products') }} *
sectionCheck('products') ? 'checked' : '' }}>
{{ __('Affiliate Products') }} *
sectionCheck('affilate_products') ? 'checked' : '' }}>
{{ __('Bulk Product Upload') }} *
sectionCheck('bulk_product_upload') ? 'checked' : '' }}>
{{ __('Product Discussion') }} *
sectionCheck('product_discussion') ? 'checked' : '' }}>
{{ __('Set Coupons') }} *
sectionCheck('set_coupons') ? 'checked' : '' }}>
{{ __('Customers') }} *
sectionCheck('customers') ? 'checked' : '' }}>
{{ __('Customer Deposits') }} *
sectionCheck('customer_deposits') ? 'checked' : '' }}>
{{ __('Vendors') }} *
sectionCheck('vendors') ? 'checked' : '' }}>
{{ __('Vendor Subscriptions') }} *
sectionCheck('vendor_subscriptions') ? 'checked' : '' }}>
{{ __('Vendor Verifications') }} *
sectionCheck('vendor_verifications') ? 'checked' : '' }}>
{{ __('Vendor Subscription Plans') }} *
sectionCheck('vendor_subscription_plans') ? 'checked' : '' }}>
{{ __('Messages') }} *
sectionCheck('messages') ? 'checked' : '' }}>
{{ __('General Settings') }} *
sectionCheck('general_settings') ? 'checked' : '' }}>
{{ __('Home Page Settings') }} *
sectionCheck('home_page_settings') ? 'checked' : '' }}>
{{ __('Menu Page Settings') }} *
sectionCheck('menu_page_settings') ? 'checked' : '' }}>
{{ __('Email Settings') }} *
sectionCheck('email_settings') ? 'checked' : '' }}>
{{ __('Payment Settings') }} *
sectionCheck('payment_settings') ? 'checked' : '' }}>
{{ __('Social Settings') }} *
sectionCheck('social_settings') ? 'checked' : '' }}>
{{ __('Language Settings') }} *
sectionCheck('language_settings') ? 'checked' : '' }}>
{{ __('SEO Tools') }} *
sectionCheck('seo_tools') ? 'checked' : '' }}>
{{ __('Manage Staffs') }} *
sectionCheck('manage_staffs') ? 'checked' : '' }}>
{{ __('Subscribers') }} *
sectionCheck('subscribers') ? 'checked' : '' }}>
{{ __('Save') }}
@endsection