public function index()
 {
     $properties = VacationProperty::All();
     return view('property.index', ['properties' => $properties]);
 }