@php use Illuminate\Support\Facades\DB; $group = DB::table('TMstMMatGroup')->orderBy('xvmgpcode','ASC')->get()->toArray(); @endphp