@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(); @endphp
@include('elements.button.common_button', [ 'search' => [ 'action' => true, 'title' => 'search', 'id' => 'searchFieldBtn', 'name' => 'searchFieldBtn', 'exClass' => 'float-right', ], ])
SL Menu Name Parent Menu Route Link Icon Order By Module Action
@endsection