@php use Illuminate\Support\Facades\DB; $customer = DB::table('tmstmcustomer')->orderBy('XVCstCode','desc')->get(); @endphp