@extends('layouts.admin') @section('title') @lang('Manage Module') @endsection @section('breadcrumb')

@lang('Manage Module')

@endsection @section('content')
@lang('Note : ') @lang('Turning off any module means user can not access the module until its turned back on. And Turning on Know Your Customer(KYC) restriction means if user is not KYC verified, Can not access the module. If you want KYC restriction working properly, Please active the KYC from General settings first.')
@foreach ($modules as $module)

@endforeach
@endsection @push('script') @endpush