'date', 'is_available' => 'boolean', 'price_override' => 'decimal:2', ]; public function roomType() { return $this->belongsTo(RoomType::class); } }