{{-- @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
@include('elements.button.common_button', [ 'search' => [ 'action' => true, 'title' => 'search', 'id' => 'searchFieldBtn', 'name' => 'searchFieldBtn', 'exClass' => 'float-right' ] ])
SL Uid Title Order Form Type Module Input Note Data Action
@endsection