{{-- @extends('Layouts.erp_master_full_width') --}} @extends('Layouts.erp_master') @section('content') @php $moduleList = DB::table('gnl_sys_modules')->where('is_delete', 0)->select('id', 'module_name', 'module_short_name')->orderBy('module_name', 'ASC')->get(); $typeList = DB::table('gnl_dynamic_form_type')->where('is_delete', 0)->select('id', 'name')->orderBy('name', 'ASC')->get(); @endphp
SL | Uid | Title | Order | Form Type | Module | Input | Note | Data | Action |
---|