@php use Illuminate\Support\Facades\DB; $Material_Unit = DB::table('tmstmunit')->orderBy('xvuntcode','desc')->get()->toArray(); @endphp