public function getJsonJobListData()
 {
     $data = VirtualJob::where('deleted_at', null)->get();
     return response($data);
 }