@php use Illuminate\Support\Facades\DB; $Material_Type = DB::table('tmstmmattype')->orderBy('xvmtycode','asc')->get()->toArray(); @endphp