whereNull('deleted_at') ->select(DB::raw('CONCAT(first_name, " ", last_name) AS full_name, id')) ->orderBy('first_name','asc') ->pluck('full_name', 'id')->toArray(); } }